A Salesforce administrator needs to implement automation solutions that run completely in the background without user interaction whenever a record is created or updated. Which two declarative automation tools should the administrator consider for this requirement?
- Record-Triggered FlowAnswer
- Autolaunched Flow (No Trigger)Answer
- CScreen Flow
- DApproval Processes Initial Submission Action
Answer
The administrator should select Record-Triggered Flow and Autolaunched Flow (No Trigger).
Record-Triggered Flows automatically run in the background when records are created or updated. Autolaunched Flows also execute without a user interface and run headlessly when invoked by automated triggers.
Step-by-Step Solution
Key Concept
Selecting declarative automation tools based on trigger mechanism and user interface requirements.