An administrator is evaluating declarative automation options to implement business logic while adhering to current Salesforce architectural guidelines. Which TWO declarative automation solutions follow Salesforce recommended best practices? Select 2 options.
- Use a Record-Triggered Flow configured for Fast Field Updates (before-save) to modify values on the record that triggered the flow.Answer
- Use an Approval Process when record modification requires formal entry criteria, record locking, and designated approver routing.Answer
- CUse an Actions and Related Records (after-save) Record-Triggered Flow to update fields exclusively on the triggering record to optimize performance.
- DCreate a Roll-Up Summary field on a parent object connected via a Lookup relationship to summarize child record metrics automatically.
Answer
The correct options are using a Record-Triggered Flow configured for Fast Field Updates (before-save) for same-record updates, and using an Approval Process for multi-step approval routing with record locking.
Record-Triggered Flows set to Fast Field Updates (before-save) provide optimal performance for updates to the triggering record prior to saving to the database. Additionally, Approval Processes remain the designated declarative tool for managing structured approval flows that require record locking and multi-step authorization.
Step-by-Step Solution
Key Concept
Declarative Automation Tool Selection