3
0

Another cleanup of old version automation relics

This commit is contained in:
Denis Arh 2020-02-28 17:32:00 +01:00
parent 83d78aec8f
commit fcf1ab44e4
5 changed files with 13 additions and 19 deletions

View File

@ -228,10 +228,10 @@ pages:
- title: Lead Actions
options:
buttons:
- label: Convert this Lead in to an Account
- label: Convert this Lead into an Account
script: /client-scripts/compose/crm/Lead/ToAccount.js:default
variant: primary
- label: 'Lead: Convert a lead into an account and opportunity'
- label: Convert this Lead into an Account and Opportunity
script: /client-scripts/compose/crm/Lead/ToAccountAndOpportunity.js:default
variant: primary
kind: Automation
@ -471,13 +471,13 @@ pages:
- title: Account Actions
options:
buttons:
- label: Generate a new Opportunity for this Account
- label: Create new Opportunity from this Account
script: /client-scripts/compose/crm/Account/CreateNewOpportunity.js:default
variant: primary
- label: Generate a new Contract for this Account
- label: Create new Contract from this Account
script: /client-scripts/compose/crm/Account/CreateNewContract.js:default
variant: primary
- label: Generate a new Case for this Account
- label: Create new Case from this Account
script: /client-scripts/compose/crm/Account/CreateNewCase.js:default
variant: primary
style:
@ -689,11 +689,10 @@ pages:
- title: Opportunity Actions
options:
buttons:
- label: Update prices of Products by applying the selected Price Book
and inserted discounts
- label: Apply Price Book
script: /client-scripts/compose/crm/Opportunity/ApplyPriceBook.js:default
variant: primary
- label: Generate a new Quote for this Opportunity
- label: Create a new Quote for this Opportunity
script: /client-scripts/compose/crm/Opportunity/NewQuote.js:default
variant: primary
style:
@ -927,7 +926,7 @@ pages:
- title: Contact Actions
options:
buttons:
- label: Create a new Case for this Contact
- label: Create new Case from this Contact
script: /client-scripts/compose/crm/Contact/CreateNewCase.js:default
variant: primary
style:
@ -1689,7 +1688,7 @@ pages:
- label: Set Case status to Closed
script: /client-scripts/compose/crm/Case/SetStatusToClosed.js:default
variant: primary
- label: Inform the contact via email of the Case's solution
- label: Inform the contact via email of the Case solution
script: /client-scripts/compose/crm/Case/InformContact.js:default
variant: primary
kind: Automation

View File

@ -192,7 +192,7 @@ pages:
- label: Add Update to this Case
script: /client-scripts/compose/service-cloud/Case/AddUpdate.js:default
variant: primary
- label: Send Email to Case Contact
- label: Create email for this Case
script: /client-scripts/compose/service-cloud/Case/CreateEmail.js:default
variant: primary
style:
@ -613,7 +613,7 @@ pages:
- title: Actions
options:
buttons:
- label: Load selected tempate in to email message
- label: Load selected template into email message
script: /client-scripts/compose/service-cloud/EmailMessage/TemplateLoad.js:default
variant: primary
- label: Send email to the contact

File diff suppressed because one or more lines are too long

View File

@ -37,8 +37,3 @@ allow:
- update
- delete
- members.manage
system:automation-script:
- read
- update
- delete

File diff suppressed because one or more lines are too long