An organization tracks client retention through a custom object named Service Contract. When a Service Contract record is updated to a status of 'Renewed', the system must immediately set the Renewal Audit Status field on the same record to 'Completed' before saving to the database. Additionally, an automated email alert must be sent to the Account Owner immediately, and a renewal check-in task must be scheduled 30 days prior to the contract expiration date. Which TWO automation configurations should a Salesforce Administrator select to meet these requirements efficiently using declarative tools?
- Configure a Record-Triggered Flow optimized for Fast Field Updates (before-save) to set the Renewal Audit Status field on the triggering record.Cevap
- Configure an Actions and Related Records (after-save) Record-Triggered Flow with a Scheduled Path to handle the immediate email alert and schedule the check-in task 30 days before expiration.Cevap
- CCreate an Actions and Related Records (after-save) Record-Triggered Flow to perform the same-record field update to Renewal Audit Status.
- DCreate a Roll-Up Summary field on the parent Account object linked via a standard lookup relationship to automatically recalculate and trigger the task creation.
Cevap
The administrator should implement a Fast Field Updates (before-save) Record-Triggered Flow for the same-record field update, and an Actions and Related Records (after-save) Record-Triggered Flow with a Scheduled Path for the email alert and time-based task creation.
For same-record field updates upon record creation or update, a Fast Field Updates (before-save) record-triggered flow is the recommended best practice as it modifies record values before they are committed to the database without additional DML cycles. For sending external notifications and executing time-delayed actions relative to a date field (such as 30 days before expiration), an Actions and Related Records (after-save) record-triggered flow with a Scheduled Path is the appropriate solution.
Adım Adım Çözüm
Anahtar Kavram
Selecting optimal Flow Builder trigger types and execution paths based on record lifecycle events and performance best practices.
Tahmini Süre:1m 30s