A Salesforce administrator is tasked with setting up an automated process to update a custom text field on a Contact record immediately when the record is created or updated. The update strictly affects fields on the triggering Contact record itself and does not require interacting with related records or executing external actions. Which flow configuration should the administrator select to accomplish this task with optimal system performance?
- A Fast Field Updates record-triggered flow (before-save)Cevap
- BAn Actions and Related Records record-triggered flow (after-save)
- CA Schedule-Triggered flow configured to run hourly
- DAn Autolaunched flow with no trigger launched via Apex
Cevap
The administrator should choose a Fast Field Updates record-triggered flow (before-save).
Fast Field Updates (before-save record-triggered flows) are specifically optimized to modify fields on the record that launched the flow before it is written to the Salesforce database. This avoids expensive additional database operations.
Adım Adım Çözüm
Anahtar Kavram
Selecting optimal Record-Triggered Flow optimization types (Fast Field Updates vs. Actions and Related Records).
Tahmini Süre:45s