Workflow / Process Automation Flashcards

1
Q

What’s a workflow used for?

A

works best when you want to send outbound messages without code,

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What’s process builder used for?

A
  • 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.
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What’s flow builder used for?

A
  • 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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

start with what automation tools first?

A

start with declarative tools first then work yourself up to code

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

For all behind-the-scenes automation needs use

A

Flow builder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When should you use apex?

A

When you need more functionality than is available in flow builder.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

which tools are included in the salesforce flow product?

A

Flow Builder and Process Builder

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

what is process builder?

A

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.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what are the main triggers of a process in process builder

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

salesforce flow, Flow builder, flow

A

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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly