Workflow / Process Automation Flashcards

1
Q

In what order Salesforce performs actions after a record is inserted,updated or upserted?

A

Workflow rules are evaluated after triggers,validation rules, assignement rules, and auto-response rules.

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

What is the order of execution?

A
  1. Before triggers
  2. Validation rules
  3. Duplicate rules
  4. After triggers
  5. Assignement rules
  6. Auto-response rules
  7. Workflow rules
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What rules follow up Workflow rules in the order of execution?

A
  1. Escalation rules
  2. Entitlement rules
  3. Update parent roll-up summary
  4. Save records
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What types of actions can Workflow and approval processe can generate?

A
Create tasks
Send emails
Field update
Outbound messages
Select existing actions
Immediate actions
Time dependent actions
Time trigger
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What process can be used to automate the creation of a Chatter post

A

Flow builder

Process builder

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

What happen to existing record when a workflow rule is added after they have been created?

A

Existing records are only processed if they are updated and meet the workflow criteria

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

What actions are possible using workflow rules on custom object?

A

Update a field to a new value using formula

Update a field on the master record when a field on the detail record changes

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

What option when a record meets two criteria (one criteria = send email, one criteria = create a task)?

A

Using process builder

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

What objects are supported for cross-objects field updates?

A

All custom objects that are children of custom objects in a master-detail relationship
Some standard objects are supported for cross-object field updates from custom objects

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

Valid workflow evaluation criteria :

A

Everytime a record is created and everytime it is edited
Everytime a record is created
Everytime a record is created and everytime it is edited to meet the criteria

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

What type of flow when creating multiple actions?

A

Using Flowbuilder (performs better, easier to debug)

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

When updating a record that set up a record- triggered-flow, what element can be used?

A

Update record to directly update the record that triggered the flow

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

Which of the following can be used to launch created using flow builder?

A

Custom Button
An updated or created record
Process builder

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

About delegated approver:

A

delegated approver can reject approval requests

delegated approver is appointed by an assigned approver

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

When all members of a queue need to be notified of the pending approval what needs to be configured?

A

Configure the queue to send an email to queue members

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

What flow feature can be used when a flow encounter an error on updating a record?

A

Fault connector

17
Q

Where can approval request can be accepted or rejected?

A

Chatter
email
Salesforce mobile app

18
Q

Where can approval request can be accepted or rejected?

A

Chatter
email
Salesforce mobile app

19
Q

Which ressource allows creating a container to hold multiple field values related to a single record?

A

Record variable

20
Q

About variable resource in Flow Builder

A

Can hold multiple field values for multiple record

Can hold values that can be changed at any point in the flow