Salesforce Certified Platform App Builder — Question 324
An app builder wants to update a field on the parent record when a child record connected via lookup is deleted.
What automation should the app builder use?
Answer options
- A. Validation Rule
- B. Quick Action
- C. Screen flow
- D. Record-triggered flow
Correct answer: D
Explanation
The correct answer is D. A Record-triggered flow can respond to the deletion of a child record and update the parent record accordingly. The other options, such as Validation Rule, Quick Action, and Screen flow, do not provide the necessary automation to trigger actions based on record deletions.