Workflow / Process Automation Flashcards
What’s a workflow used for?
works best when you want to send outbound messages without code,
What’s process builder used for?
- used to refine existing processes* and works great with simple processes that can be simplified to if/then statements. can do almost everything work flow can do.
ex. if a case is escalated then notify the account owner.
What’s flow builder used for?
- recommended to be used for all behind-the-scenes automation tools and to create a new automated process*
ex. Use complex branching logic, sort through iterate over, and operate on several records
start with what automation tools first?
start with declarative tools first then work yourself up to code
For all behind-the-scenes automation needs use
Flow builder
When should you use apex?
When you need more functionality than is available in flow builder.
which tools are included in the salesforce flow product?
Flow Builder and Process Builder
what is process builder?
is a point-and-click tool that lets you easily automate if/then business processes and a graphical representation of your process as you build.
what are the main triggers of a process in process builder
Record Change: Only when a record is created or edited most common
Invocable: It’s called by another process
Platform Event: A platform event message is received
salesforce flow, Flow builder, flow
salesforce flow: The products in which you can build, and manage flows and processes. process builder/ flow builder
Flow builder: a point-and-click tool for building flows
Flow: the actual thing you built to automate a business process