A system administrator at a financial services firm needs to automate a business process on the Account object. Whenever an Account record is created or updated and its Annual Revenue exceeds $5,000,000, a custom checkbox field named 'VIP Account' on the triggering Account record must be set to true immediately before the record is committed to the database. No related records need to be modified, and no external integrations or email notifications are required. Which declarative automation tool and configuration should the administrator select to fulfill this requirement efficiently?
- A Record-Triggered Flow configured for Fast Field Updates (Before-Save)Answer
- BA Record-Triggered Flow configured for Actions and Related Records (After-Save)
- CA Roll-Up Summary field configured on the Account object
- DAn Approval Process with an entry criterion evaluating Annual Revenue
Answer
Configure a Record-Triggered Flow optimized for Fast Field Updates (Before-Save).
A Record-Triggered Flow configured for Fast Field Updates (Before-Save) is the recommended declarative option for same-record updates. It updates field values on the triggering record before it is saved to the database, executing up to 10 times faster than an After-Save flow without initiating extra DML statements.
Step-by-Step Solution
Key Concept
Automation Tool Selection: Fast Field Updates (Before-Save Record-Triggered Flow)