A solar energy company tracks commercial installation projects using a custom Project Milestone object. Whenever a technician updates a Project Milestone record to indicate that site inspection is complete, the system must automatically set the Inspection Completion Timestamp on that same record before it is saved to the database, ensuring maximum system performance and avoiding additional DML operations.
Which automation mechanism should the administrator select to fulfill this requirement?
- ACreate a Record-Triggered Flow that runs on the Actions and Related Records execution path to update the record.
- BDefine a Roll-Up Summary field on the parent Account lookup relationship to compute the timestamp value.
- Build a Record-Triggered Flow optimized for Fast Field Updates that updates fields on the triggering record.Cevap
- DEstablish an Approval Process that uses an initial submission action to set the field and lock the milestone.
Cevap
Build a Record-Triggered Flow optimized for Fast Field Updates that updates fields on the triggering record.
A Record-Triggered Flow configured for Fast Field Updates (before-save) is the best-practice declarative tool when updating fields on the triggering record. It runs before the record commits to the database, making updates in memory without consuming extra DML limits or initiating additional save cycles.
Adım Adım Çözüm
Anahtar Kavram
Selecting Fast Field Updates (before-save) Record-Triggered Flows for same-record field modifications
Tahmini Süre:1m 15s