Workflow / Process Automation I Flashcards
“_____” can be used for automating simple business processes such as sending an email alert when a record changes.
Workflow rules
“____” can be used to automate complex business processes and can be triggered automatically, for instance, on scheduled intervals, or in response to a platform event.
Flow Builder
“____” can be used to automate processes that require actions not supported by workflow such as creating new records other than task.
Process Builder
“_____” can be created to automate and standardize the approval processes for specific types of records such as opportunities, quotes, expenses, refunds, etc.
Approval Processes
This automation can be triggered from a save button, data import, API, and insert/update DML operations
WORKFLOW
This automation can be triggered from a submit button, process, flow, and Apex rigger.
APPROVALS
This automation can be triggered from a save button, data import, API, insert/update DML operations, platform event, and from another process.
PROCESS
This automation can be triggered from a link, button, quick action, Visualforce, process, record save/delete, schedule, Lightning components, and platform event.
FLOW
The order of execution is a set of events that are executed in a specific order and is triggered whenever a record is inserted, updated, or upserted.
What is the order of execution
❖Very = Validation Rules ❖Awesome = Assignment Rules ❖Admins = Auto-Response Rules ❖Want = Workflow ❖Exciting = Escalation Rules ❖Projects = Process
T/F
Should a validation rule fail, the record will not be saved. If an error is encountered, the entire transaction is rolled back and no changes will be saved.
True
There are 3 options to select from when defining when a workflow rule should be evaluated: They are
❖When a record is Created.
❖When a record is Created, and every time it’s edited.
❖When a record is Created, and any time it’s edited to subsequently meet criteria.
An opportunity is created and the sales manager of the sales rep that created the record needs to be notified with an email. This is an example of what type of automation rule
A workflow rule that will only be triggered once when a record is first created.
Rule Criteria is the logic which determines if the rule should fire. There are 2 ways to define the logic: they are
Criteria are met
Formula evaluates to true
❖Create Tasks
❖Send Emails
❖Field Updates
❖Outbound Messages
These actions are cable by these two automation tools
Workflows and approval processes
Tasks can be created that are assigned to particular users or record owners with automation using what
workflow