A system administrator is configuring a record-triggered flow to set a custom field value on an Account record at the time of creation. The field calculation only relies on data from the triggering Account record itself and must occur prior to the record being saved to the database. Which flow optimization setting should the administrator select?
- Fast Field UpdatesCevap
- BActions and Related Records
- CAsynchronous Path
- DScheduled Path
Cevap
Fast Field Updates should be selected because updating fields on the record that triggered the flow before it is saved to the database is best handled by a before-save record-triggered flow (Fast Field Updates).
Fast Field Updates run before the record is saved to the database. This allows Salesforce to update fields on the triggering record directly in memory before the initial insert/update operation, resulting in significant performance gains and preventing additional recursive save cycles.
Adım Adım Çözüm
Anahtar Kavram
Record-Triggered Flow Trigger Optimization (Before-Save vs. After-Save)