A Salesforce administrator needs to optimize automated processes for record modifications. Which two operations can be performed using a Before-Save (Fast Field Updates) Record-Triggered Flow? (Select TWO)
- Updating fields on the triggering recordCevap
- Calculating and assigning values to custom fields on the triggering record prior to savingCevap
- CCreating a new related Task record associated with the triggering record
- DSending an email alert notification to the record owner
Cevap
Before-Save (Fast Field Updates) Record-Triggered Flows are designed exclusively to update fields on the record that triggered the flow and calculate field values before the record is committed to the database.
Before-Save (Fast Field Updates) Record-Triggered Flows execute immediately before the record is written to the database. They allow updating fields and performing calculations directly on the triggering record without executing standard DML statements.
Adım Adım Çözüm
Anahtar Kavram
Fast Field Updates (Before-Save Record-Triggered Flows)