How to create Approval Process in Salesforce

|
| By Webner

What is Approval Process in Salesforce and how to create it

An approval process is an automated process that is used to define a flow for approval of a record of Objects (Standard/Custom).

Approval Process Steps are:
1. Object – Any Standard/Custom Object for which you want to create an Approval Process.
2. Criteria – Any condition/rule that execute this Approval Process.
3. Approver – Name of any person (employee, Manager user etc.) to whom send this Approval Process.
4. Action – Actions that are performed when approval process starts/executes.

There are four different stages of Actions:
a) Initial Submission Actions: Actions performed on Submission of Approval Process.
b) Approval Actions: Actions performed when approver approves the process.
c) Rejection Actions: Actions performed when approver rejects the process.
d) Recall Actions: Actions performed when the Submitter recalls the approval process.

In each stage, we can perform up to 10 actions and these actions can be:
1. Update field.
2. Email Alert.
3. Outbound Message.
4. Task.

Steps to create an Approval Process:

1. Search “Approval Process” in Quick Find Box and then click on Approval Process link. Then Select an object (Standard/Custom) for which you want to create an approval process. Also select any Wizard from Create New Approval Process dropdown:
A. Use Jump Start Wizard: It is a few step process as many of the configurations are automatically handled by Salesforce.
B. Use Standard Setup Wizard: It is a lengthy process. By using this Wizard, one can configure the whole process manually.

Suppose I’ve selected an Account Object and select Use Jump Start Wizard.

Approval Process in Salesforce

2. After selecting the Object and Approval Process Wizard, following window will open.
a. Fill the Name of Approval Process:- I’ve added this name “Test Account Approval Process” .
b. Enter Criteria:- I’ve added the criteria that is when an Annual Revenue field value is greater than 1000. This approval process will execute only if it matches the Criteria.
c. Select Approver:- Select the person to whom to send this Approval Process. You can select one or more approvers as shown below image:

Approval Process in Salesforce
Click on Save button to save the approval process.

d. Open Approval Process detailed Page as shown below. You can add different actions for different Stages (Initial Submission, Approval, Rejection etc.) of the Approval Process. It is a single step approval process. We can add more approval steps to create a multi-step approval process.

Approval Process in Salesforce

e. To create a new action on Initial Submission of Approval process, Select any action from Add New dropdown list as shown above image. The following window will open:
For example: I’ve selected the Field Update action. Suppose I’ve already created one Custom Picklist “Approval Status” field (Pending, Approved, Rejected, Recall) in Account Object.

Approval Process in Salesforce

You can select the field that you want to update and add value for that field.
For example: I’ve updated this picklist value when any of the below four stages of actions is performed:
1. Initial Submission: When submit this Approval Process, Update the Approval Status picklist value to Pending.
2. Approval: When approver approve this approval process, Update the Approval Status picklist value to Approved.
3. Rejection: When approver reject this approval process, Update the Approval Status picklist value to Rejected.
4. Recall: When submitter recall the approval process, Update the Approval Status picklist value to Recall.

Record of selected object will be locked (cannot be editable) after submitting the approval process. If you want to edit this record, then recall this approval process and edit the record and then again submit the approval process.
After creating the approval process, Click on Activate button on detail page of Approval Process to activate this process.

Leave a Reply

Your email address will not be published. Required fields are marked *