A Salesforce Administrator is configuring a automated approval process for custom Discount Request records. Place the following stages of the approval process execution lifecycle in the correct chronological order from record submission to process completion.
- 1The system evaluates entry criteria for the overall approval process to verify that the submitted record is eligible.
- 2Initial Submission Actions execute, locking the record and updating the approval status field to 'In Review'.
- 3The approval step rule criteria are evaluated, and an approval request notification is assigned and sent to the designated manager.
- 4Final Approval Actions execute, unlocking the record and updating the approval status field to 'Approved'.
Answer
The correct execution order is: 1. Evaluate overall process entry criteria -> 2. Execute Initial Submission Actions (locking record and updating status) -> 3. Evaluate step criteria and assign request to approver -> 4. Execute Final Approval Actions (unlocking record and setting final status).
In Salesforce Approval Processes, overall entry criteria are evaluated first upon submission. Once validated, Initial Submission Actions execute (locking the record and executing initial actions). Then step-level criteria are evaluated to assign the request. Finally, after all required steps are approved, Final Approval Actions execute to complete the process.
Step-by-Step Solution
Key Concept
Salesforce Approval Process Execution Lifecycle