Workflow / Process Automation II & III Flashcards
“____” is an automation tool used to build flows
Flow Builder
“____” is an automation tool that allows building a flow which can receive user input, execute logic, interact with Salesforce data, and display output without utilizing Apex code. All of this can be done through an intuitive visual interface. It is accessible to users who have the ‘Manage Force.com Flow’ permission.
Flow Builder
“_____” is basically a flow that uses the screen element that is used to capture or display information. It can be launched from a button, link, page, and more.
A screen flow
“___” runs in the background while performing its actions.It can be triggered from a record change, process, Apex, platform event,schedule, etc.
An autolaunched flow
To access prior values of a record in a record-triggered flow, use the “____:” global variable
$Record__Prior
The Create a Case “____” walks agents through the case creation process and helps eliminate user errors.
screen flow
The Reset Password “____” walks agents through the customer password reset experience.
Screen flow
The Verify Identity “___” helps agents resolve cases of missing credentials.
screen flow
A screen flow includes the “____” element that is used to implement custom functionality that requires user input.
flow screen
A “____” flow can be configured to run every time or only when the triggering record is updated to meet the criteria specified in the entry conditions.
record-triggered
The “____” in Salesforce builds on the automation of workflow, providing a multi-step process and allowing for a user to manually reject or approve a recor
Approval Process