16% Workflow & Process Automation Flashcards

1
Q

What is workflow automation in Salesforce?

A

Workflow automation in Salesforce refers to the use of tools like Workflow Rules, Process Builder, and Flow to automate business processes, such as task creation, email alerts, and field updates.

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

What are Workflow Rules in Salesforce?

A

Workflow Rules are automated processes that trigger actions based on specific criteria, such as sending email alerts, updating fields, or creating tasks.

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

What are the components of a Workflow Rule?

A

The components of a Workflow Rule include criteria for triggering the rule and immediate or time-dependent actions that occur when the criteria are met.

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

What is Salesforce Flow?

A

Salesforce Flow is a powerful automation tool that lets users create complex business processes with a visual, drag-and-drop interface, including both Screen Flows and Autolaunched Flows.

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

What is Process Builder in Salesforce?

A

Process Builder is a point-and-click tool that allows users to automate multi-step processes by defining criteria and actions for record changes.

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

What is an approval process in Salesforce?

A

An approval process is an automated process that routes records to designated approvers for validation and approval, ensuring compliance with business rules.

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

What are time-dependent workflow actions?

A

Time-dependent workflow actions are actions that are scheduled to execute at a specific time after the workflow rule criteria are met, such as sending reminders or updating records.

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

How does Process Builder differ from Workflow Rules?

A

Process Builder provides more advanced functionality than Workflow Rules, allowing for multiple if/then conditions, actions across multiple objects, and more complex logic.

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

What are invocable actions in Salesforce Flow?

A

Invocable actions are reusable pieces of automation that can be called from Flows, Processes, or other Apex code, allowing for modular and efficient automation design.

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

What is an Autolaunched Flow in Salesforce?

A

An Autolaunched Flow runs automatically, without user interaction, to perform background processes such as data manipulation or integration tasks.

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

What is a Flow Builder in Salesforce?

A

Flow Builder is a tool within Salesforce Flow that enables users to design and build Flows using a graphical interface, making it easier to automate business processes.

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

What is a Screen Flow in Salesforce?

A

A Screen Flow is a type of Flow that requires user interaction, guiding users through a series of screens to collect data and perform actions.

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

What is a Record-Triggered Flow?

A

A Record-Triggered Flow is an Autolaunched Flow that is triggered automatically when a record is created, updated, or deleted.

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

What is the purpose of the “Send Email” action in Workflow Rules?

A

The “Send Email” action in Workflow Rules automatically sends email notifications to specified recipients when the workflow criteria are met.

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

How can Salesforce Flow be used to integrate with external systems?

A

Salesforce Flow can integrate with external systems using invocable actions, HTTP callouts, or third-party integration tools to send and receive data.

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

What is a Scheduled Flow in Salesforce?

A

A Scheduled Flow runs at a specified time and frequency, allowing for automation of tasks that need to occur on a regular basis, such as data updates or reporting.

15
Q

What is a Quick Action in Salesforce Process Builder?

A

A Quick Action in Process Builder allows users to perform common actions, like creating or updating records, sending emails, or logging calls, directly from a Process.

16
Q

What are Flow Variables in Salesforce?

A

Flow Variables store data that can be used and manipulated within a Flow, allowing for dynamic and conditional processing.

17
Q

What are field updates in Workflow Rules?

A

Field updates in Workflow Rules automatically change the value of a field on a record when the workflow criteria are met.

18
Q

What is an Apex Trigger in Salesforce?

A

An Apex Trigger is a piece of Apex code that runs before or after a record is inserted, updated, deleted, or undeleted, enabling complex custom automation.