Approval Process in Salesforce

 
 


 

Approval Process in Salesforce

Approval Process in Salesforce are the automated process where every organization uses to approve records.
Approval Process in Salesforce is an automated process that automates how Salesforce records are approved in your org. Approval Process in Salesforce is a combination of steps for a record to be approved/rejected either by a user, queue or public groups.

Approval process are 2 options to set the criteria:

  • As a condition where criteria are met.
  • As a formula that evaluates to true.


Salesforce Approval Process
Here is list of steps for approval process in salesforce :

  • Setup -> Create -> Workflow and Approval -> Approval Process
  • Select object for approval process to be written
  • Click on Create New Approval Process
  • Select Standard Setup Wizard from drop down
  • Enter the Process name, Unique Name and description for your process
  • Specify Entry criteria


Actions in the Approval Process:
There are 4 actions present in the Approval Process

1. Initial Submission Actions:
Initial submission actions are the actions that occur when a user first submits a record for approval. By default, an action to lock the record runs automatically on initial submission. Initial submission actions can include any approval actions such as email alerts, field updates, tasks, or outbound messages.


2. Final Approval Actions:
Final Approval actions are the actions that occur when a record is approved from all the approval steps. It also locks or unlocks the record, as specified. It can include any approval actions such as email alerts, field updates, tasks, or outbound messages.

3. Final Rejection Actions:
Final Rejection actions are the actions that occur when a record is rejected from any of the approval steps. It also locks or unlocks the record, as specified. It can include any approval actions such as email alerts, field updates, tasks, or outbound messages.

4. Recall Actions:
Recall actions are the actions that occur when a record is recalled after submission for approval. It can include any approval actions such as email alerts, field updates, tasks, or outbound messages.


Approval Process Limits:

PER-ORG LIMITVALUE
Active approval processes1,000
Total approval processes2,000
Active approval processes per object300
Total approval processes per object500
Steps per approval process30
Approvers per step25
Initial submission actions per approval process240
Final approval actions per approval process240
Final rejection actions per approval process240
Recall actions per approval process240
Maximum characters in approval request comments

4,000

In Chinese, Japanese, or Korean, the limit is 1,333 characters.



Resources:

 More info about Approval Process  


Comments

Popular Posts

Asynchronous Apex in Salesforce : Future Methods

Salesforce Admin Interview Questions and Answers

Apex Triggers in Salesforce

DML - Data Manipulation Language in Apex