An administrator needs to implement an automation strategy for a custom object named Subscription Renewal. When a record is updated, the system must perform field updates on the triggering record prior to database commit, as well as send an email alert to the account management team. Following Salesforce best practices for declarative automation tool selection, which TWO solutions should the administrator implement?
- Configure a Record-Triggered Flow optimized for Fast Field Updates (Before-Save) to handle same-record field modifications.Cevap
- Configure a Record-Triggered Flow optimized for Actions and Related Records (After-Save) to execute the email alert action.Cevap
- CConfigure a Record-Triggered Flow optimized for Actions and Related Records (After-Save) to perform the same-record field updates.
- DBuild a Workflow Rule with an immediate field update and email alert action to maintain backwards compatibility.
Cevap
The administrator should select the Fast Field Updates (Before-Save) Record-Triggered Flow for modifying fields on the triggering record, and the Actions and Related Records (After-Save) Record-Triggered Flow for sending the email notification.
Salesforce architecture best practices specify using Fast Field Updates (Before-Save) Record-Triggered Flows whenever updating fields on the record that launched the flow. For actions involving external operations or related objects—such as sending email alerts—Actions and Related Records (After-Save) Record-Triggered Flows must be selected.
Adım Adım Çözüm
Anahtar Kavram
Automation Tool Selection: Fast Field Updates vs. Actions and Related Records in Record-Triggered Flows