In Process Builder, what action can start a Flow?
What actions can a process trigger if all conditions are met?
In what order does Salesforce Evaluate the different automation processes?
A record change can trigger more than one process. You can’t determine which process starts first.
When do Processes Evaluate Record Changes?
When Processes Don’t Evaluate Record Changes?
What should you do when you replace a workflow rule with a process?
Deactivate the workflow rule before you activate the process. Otherwise, you can get unexpected results, such as overwritten records or redundant email messages. This best practice also applies when you replace an Apex trigger with a process.
Best Practice tip:
For each object, use one automation tool.
If an object has one process, one Apex trigger, and three workflow rules, you can’t reliably predict the results of a record change.
Best Practice Tip:
Have only one record-change process per object.
Tip: Installed Processes
If you install a non-template process from a managed package, you can only activate or deactivate it. If the process is a template, you can view and clone it, and you can edit the clone.
Tip: Active Processes
After you activate a process, you can no longer edit it.
Tip: Deleting Processes
You can’t delete a process when it has unexecuted groups of scheduled actions. The workaround is to delete the unexecuted groups of unscheduled actions.
Tip: Processes in Transactions
Each process runs in the context of a transaction. A transaction represents a set of operations that are executed as a single unit. When a process is triggered more than once in a single transaction, Salesforce executes similar actions in one batch.
What is Salesforce Flows?
A flow is the part of Salesforce Flow that collects data and performs actions in your Salesforce org or an external system.
What are the 2 types of flows that Salesforce Flow provides?
Ursa Major Solar created an action that sends a follow-up email to the customer two days after a case is closed. The administrator wants to verify that the process functions correctly.
Which queue should the administrator view to monitor pending actions?
The Process Action Queue shows process actions and
the administrator would be able to monitor pending process actions in this Queue.
Ursa Major Solar has an auto-response rule to send emails when a customer submits a new case and an assignment rule to determine case ownership for new cases. In addition, the case object has validation rules to ensure that each case includes values for all fields needed by its owner to resolve the case.
In which order does Salesforce process the immediate actions associated with workflow rules and related business automation for a newly created record?
TWO WORKFLOW RULES WITH ONE EMAIL ALERT EACH
Each workflow rule applies to a single object. Opportunity and/or case would need a separate workflow for each object.
Ursa Major Solar has created an automated approval process to quickly communicate and improve their customer service. What are two final approval actions in an approval process?
2. ADD AN EMAIL ALERT
3. SEND AN OUTBOUND MESSAGE
Ursa Major Solar wants to assign a task automatically to account managers when a customer’s agreement is about to expire. How should an administrator configure this functionality?
Create a Time-based Workflow on Account with a
rule criteria of Agreement End Date > TODAY().
Verify the user’s email address
Ursa Major Solar wants to create a workflow rule
to send an email alert to members of its board of
directors, none of whom use Salesforce. How
many of the board members can be added to a
single email alert?
Up to 5 additional email addresses can be added to the email alert.
Flow
An application that can execute logic, interact with
the Salesforce database, call Apex classes, and
collect data from users.
Which of these automation tools can be used to delete records?
FLOW BUILDER
These automation tools can create records.
Which 2 tools can only create tasks?
WORKFLOW & APPROVALS