According to the MVC model, which category does Flow belong to?
What is the Controller?
This Flow element is used to retrieve specific fields from records based on defined criteria.
What is the Get Records element?
Name six types of Flows
What are Screen Flow, Record Triggered Flow, Scheduled-Triggered Flow, Platform Event Triggered Flow, Autolaunched Flow (No Trigger), and Record Triggered Orchestration?
Before Trigger and After Trigger
What are types of Triggers?
What is $Flow?
What can Flow do?
Flow can:
Update Records
Send Emails
Guide Users
Elements in Salesforce Flows are made up of these three key components:
What are Interaction, Logic, and Data?
Gets information from the users; Guides the users through complex processes that are launched
What is a Screen Flow?
Insert new records and/or update the existing record
What is upsert?
You will have access to:
Interaction => Action, Subflow
Logic => Assignment, Decision, Loop, Collection Sort, Collection Filter
Data => Create Records, Update Records, Get Records, Delete Records
What is Action and Related Records?
Name the fundamental building blocks in Flow
What are Elements, Connectors, and Resources?
This Flow resource allows you to temporarily store data for use throughout the Flow process.
What is a Variable?
Define a platform event-triggered flow
What is launched when a platform event message is received.
One trigger per object and multiple triggers per object.
What are Apex Rules and Flow Rules?
What is $Record Global Variable?
Define User context and System context in Flow.
What is user mode with limited access and whole system access?
To perform actions or calculations on data, you use this Flow resource.
What is Formula resource?
Launches when a record is created, updated or deleted.
What is a Record-Triggered Flow?
Works on only Account, Contact, Case and Lead records.
You will only have access to:
Logic => Assignment, Decision, Loop, Collection Sort, Collection Filter
Data => Update Record, Get Records
What is Fast Field Updates?
An automated business process that interacts with the Salesforce database, executes business logic, and can gather data directly from users.
What is a Flow?
These Flow elements enable you to make decisions based on data conditions.
What are Decision elements?
Launched when invoked by Apex or
Launched in coding
What is an autolaunched Flow?
These are types of Trigger Context Variables.
What is isInsert, isDelete, isUpdate, isBefore, isAfter, isExecuting, isUndelete?
Step 3 and Step 11 of the Order of Execution
What are Before Record Triggered Flows and After Record Triggered Flows?