A Salesforce administrator is tasked with setting up an automated process to update a custom field on a Contact record immediately before the record is saved to the database. Which flow trigger optimization should the administrator select when configuring the Record-Triggered Flow?
- Fast Field UpdatesCevap
- BActions and Related Records
- CAsynchronous Path
- DSchedule-Triggered Path
Cevap
The administrator should select Fast Field Updates when configuring the Record-Triggered Flow.
Fast Field Updates (before-save record-triggered flows) execute before the record is saved to the database. This allows field values on the triggering record to be modified seamlessly as part of the initial save operation without requiring additional DML statements.
Adım Adım Çözüm
Anahtar Kavram
Record-Triggered Flow Optimizations (Before-Save vs After-Save)