An administrator is reviewing the execution lifecycle of a record submitted to a standard Salesforce approval process. Place the following stages of the approval process in the correct order from first to last.
- 1Initial Submission Actions execute and the record is locked.
- 2Step Entry Criteria are evaluated to determine routing for the approval step.
- 3The assigned approver reviews and approves the request.
- 4Final Approval Actions execute and the record is unlocked.
Answer
The correct order from first to last is: Initial Submission Actions execute and the record is locked → Step Entry Criteria are evaluated to determine routing for the approval step → The assigned approver reviews and approves the request → Final Approval Actions execute and the record is unlocked.
When a record enters an approval process, Salesforce first executes Initial Submission Actions (such as locking the record). Next, it evaluates the Step Entry Criteria to route the record to the correct approver. The approver then acts on the request, and upon approval, Salesforce executes Final Approval Actions (such as field updates and record unlocking).
Step-by-Step Solution
Key Concept
Salesforce Approval Process Execution Lifecycle