Universal Containers wants sales reps to get permission from their managers before deleting Opportunities. What can be used to meet these requirements?
A.
Two-step approval process
B.
Approval process and flow with a scheduled path
C.
Schedule-triggered flow with Submit for Approval action
The correct answer is D. Approval process with a record-triggered flow.
Salesforce does not provide a simple “approval before delete” button behavior by default. The practical declarative pattern is to use an Approval Process for manager permission and a record-triggered Flow to automate the submit/delete logic. Flow includes a Submit for Approval action for Classic Approval Processes and also supports deleting records through the Delete Records element.
Why not the others:
A two-step approval process only handles approval routing; it does not complete the deletion automation by itself. A scheduled path or schedule-triggered flow is not appropriate because this is based on a user’s delete request, not a time-based batch process.
===========
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit