A renewable energy company requires two distinct automation solutions for its Operations team:
1. Automatically set the custom field 'Urgent Servicing Required' to True on an Equipment Asset record whenever it is created or edited with an Operational Status of 'Critical', ensuring field changes occur before saving to the database without additional DML transactions.
2. Provide an interactive step-by-step UI wizard on the Case record page that allows support agents to gather diagnostic inputs, calculate RMA eligibility, and create a replacement order record upon submission.
Which two automation features should an administrator combine to meet these requirements efficiently using declarative tools? (Select TWO)
- A Record-Triggered Flow optimized for Fast Field Updates (Before-Save) on the Equipment Asset objectCevap
- A Screen Flow embedded on the Case Lightning Record PageCevap
- CA Record-Triggered Flow configured for Actions and Related Records (After-Save) to update the Equipment Asset record fields
- DA Roll-up Summary field on the Account object that dynamically launches an Approval Process for Case diagnostics
Cevap
The administrator should use a Record-Triggered Flow optimized for Fast Field Updates (Before-Save) for same-record updates on the Equipment Asset object, and a Screen Flow embedded on the Case record page for the interactive diagnostic wizard.
The correct selection combines a Fast Field Update (Before-Save) Record-Triggered Flow for efficient same-record updates prior to database commit, and a Screen Flow embedded on the Case record page to provide an interactive multi-step guided wizard for support representatives.
Adım Adım Çözüm
Anahtar Kavram
Selecting optimal Salesforce automation tools based on trigger timing (before vs. after save) and user interaction needs (Screen Flow vs. Record-Triggered Flow).