Workflow / Process Automation I Flashcards

1
Q

“_____” can be used for automating simple business processes such as sending an email alert when a record changes.

A

Workflow rules

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

“____” can be used to automate complex business processes and can be triggered automatically, for instance, on scheduled intervals, or in response to a platform event.

A

Flow Builder

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

“____” can be used to automate processes that require actions not supported by workflow such as creating new records other than task.

A

Process Builder

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

“_____” can be created to automate and standardize the approval processes for specific types of records such as opportunities, quotes, expenses, refunds, etc.

A

Approval Processes

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

This automation can be triggered from a save button, data import, API, and insert/update DML operations

A

WORKFLOW

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

This automation can be triggered from a submit button, process, flow, and Apex rigger.

A

APPROVALS

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

This automation can be triggered from a save button, data import, API, insert/update DML operations, platform event, and from another process.

A

PROCESS

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

This automation can be triggered from a link, button, quick action, Visualforce, process, record save/delete, schedule, Lightning components, and platform event.

A

FLOW

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

The order of execution is a set of events that are executed in a specific order and is triggered whenever a record is inserted, updated, or upserted.

What is the order of execution

A
❖Very = Validation Rules
❖Awesome = Assignment Rules
❖Admins = Auto-Response Rules
❖Want = Workflow
❖Exciting = Escalation Rules
❖Projects = Process
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

T/F
Should a validation rule fail, the record will not be saved. If an error is encountered, the entire transaction is rolled back and no changes will be saved.

A

True

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

There are 3 options to select from when defining when a workflow rule should be evaluated: They are

A

❖When a record is Created.
❖When a record is Created, and every time it’s edited.
❖When a record is Created, and any time it’s edited to subsequently meet criteria.

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

An opportunity is created and the sales manager of the sales rep that created the record needs to be notified with an email. This is an example of what type of automation rule

A

A workflow rule that will only be triggered once when a record is first created.

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

Rule Criteria is the logic which determines if the rule should fire. There are 2 ways to define the logic: they are

A

Criteria are met

Formula evaluates to true

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

❖Create Tasks
❖Send Emails
❖Field Updates
❖Outbound Messages

These actions are cable by these two automation tools

A

Workflows and approval processes

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

Tasks can be created that are assigned to particular users or record owners with automation using what

A

workflow

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

One of the actions that can be associated with a “____” rule is the capability to send emails

A

workflow

17
Q

with workflow cations Emails can be sent to “___” additional email recipients by adding their email address in the ‘Additional Emails’ field. Email Alert recipient can be a single user or group of users.

A

5

18
Q

“___” rules can be used to automate Chatter tasks using groups, group memberships, topics, and topic assignments. For example, automatic emails can be sent to a group owner when a member leaves.

A

Workflow

19
Q

Daily limit of “___” emails can be sent from email alerts per Salesforce license per organization.

A

1,000

20
Q

Daily limit of “____” emails alerts can be sent organization wide.

A

2,000,000

21
Q

T/F

Existing Actions cannot be reused in multiple workflow rules

A

False, Existing Actions can be reused in multiple workflow rules

22
Q

“_____” actions are associated with a workflow and fire immediately when the workflow criteria is met.

A

Immediate

23
Q

“___” Actions allow users to choose when the workflow actions should be executed

A

Time-Dependent

24
Q

“_____” can be defined using standard or custom date and date/time fields for the objects. The valid range is 0 to 999 days or hours.

A

Time Triggers

25
Q

An “____” allows defining a series of steps to automate the process for approving records, either standard or custom object records.

A

Approval Process

26
Q

“____” is a process automation feature that is similar to standard workflow but with more powerful functionality and a drag-and-drop visual interface

A

Process Builder

27
Q

“___” can be used instead of Workflow for multiple if/then requirements.

A

Process Builder

28
Q

One of the main limitations with “____” compared to Workflows is it cannot send outbound messages.

A

Process Builder

29
Q

“____” can be used to define a series of conditional actions that are invoked when a record is created or updated.

A

Process Builder

30
Q

“____” can be used To invoke an Apex class that exists in the org. Ideal for getting complex calculations done or to trigger another code based business process

A

Process builder

31
Q

“____” is an automation tool used to design and build flows which are capable of collecting and processing data and provides advanced capabilities for meeting complex business requirements.

A

Flow Builder

32
Q

A “_____” is basically a flow that uses the screenelement that is used to capture or displayinformation. It can be launched from a button, link, page, and more.

A

screen-based flow

33
Q

An “____” flow runs in the background while performing its actions. It can be triggered from a record change, process, Apex, platform event, schedule, etc.

A

auto launched

34
Q

Identify this automation tool

❖User clicks button or link
❖Process or flow starts that includes a Submit for Approval action
❖Apex is called

A

APPROVALS

35
Q

Identify this automation tool

❖Record is created or updated

A

WORKFLOW

36
Q

Identify this automation tool

❖Record is created or updated
❖Invoked by another process
❖Platform event message is received

A

PROCESS BUILDER

37
Q

Identify this automation tool

❖User clicks button or link
❖User accesses Lightning page, Experience Cloud site, Visualforce page, or custom tab
❖User accesses item in a utility bar
❖Process starts
❖Apex is called
A

FLOW BUILDER