An educational academy tracks student certifications using a custom object called Candidate Assessment, which is related to the standard Contact object via a lookup relationship. When a Candidate Assessment record is updated, the administration team needs to satisfy two business requirements:
1. Calculate and populate an internal rating score on the triggering Candidate Assessment record before it is committed to the database to maximize transaction speed and avoid recursion.
2. Update a summary metric on the parent Contact record representing the total count of passed Candidate Assessments linked to that student.
Which two automation tools or configurations should the administrator select to fulfill these requirements? (Choose two.)
- A Record-Triggered Flow configured for Fast Field Updates (before-save) on the Candidate Assessment object to set the internal rating score.Cevap
- A Record-Triggered Flow configured for Actions and Related Records (after-save) to query related Candidate Assessments and update the parent Contact record.Cevap
- CA Record-Triggered Flow configured for Actions and Related Records (after-save) on the Candidate Assessment object to update the internal rating score on the triggering record.
- DA standard Roll-Up Summary field created on the Contact object that counts related Candidate Assessment records.
Cevap
Select a Record-Triggered Flow configured for Fast Field Updates (before-save) to update the triggering record, and a Record-Triggered Flow configured for Actions and Related Records (after-save) to aggregate and update the parent Contact record.
Configuring a Record-Triggered Flow with Fast Field Updates directly satisfies the requirement for high-performance, same-record field modifications before committing to the database. Additionally, configuring an Actions and Related Records flow provides the necessary capability to query and update the parent Contact record across a Lookup relationship where standard roll-up summaries are unsupported.
Adım Adım Çözüm
Anahtar Kavram
Flow Trigger Timing and Relationship Constraints in Automation Tool Selection