A Salesforce administrator is designing a Record-Triggered Flow on the Case object using a Fast Field Updates (before-save) trigger. Which two use cases are appropriate for this specific flow trigger type? (Select 2 answers)
- Updating custom field values directly on the triggering Case record prior to database commitCevap
- Calculating and setting a field value on the triggering Case record to optimize system performanceCevap
- CCreating a new related Case Comment record whenever a Case priority changes to High
- DSending an outbound email notification to external support agents after the Case is created
Cevap
Updating custom field values on the triggering Case record prior to database commit and calculating field values on the triggering record to optimize system performance are the appropriate use cases for Fast Field Updates (before-save) Record-Triggered Flows.
Fast Field Updates (before-save) record-triggered flows are optimized specifically for modifying fields on the triggering record before it is committed to the database. They run up to 10 times faster than after-save flows because they modify the record directly in memory during the save process without requiring additional DML operations.
Adım Adım Çözüm
Anahtar Kavram
Record-Triggered Flow Trigger Types: Fast Field Updates (Before-Save) vs Actions and Related Records (After-Save)
Tahmini Süre:1m 0s