How to create approval processes on Salesforce
Approval processes in Salesforce automate record approvals by defining entry criteria, approval steps, and actions. You can create them through Setup by navigating to Process Automation and configuring the approval workflow for specific objects.
Prerequisites
- Salesforce administrator access
- Understanding of your organization's approval workflow
- Knowledge of Salesforce objects and fields
- Familiarity with process automation concepts
Step-by-Step Instructions
Navigate to Process Automation
Approval Processes and select Approval Processes under Process Automation. Choose the object you want to create an approval process for from the Manage Approval Processes For dropdown menu.Create New Approval Process
Define Entry Criteria
Amount GREATER THAN 50000 or create a formula like Discount_Percent__c > 0.15. Specify which records can enter this process when they are created or created and every time they're edited.Configure Approval Steps
Set Approval Actions
Approval_Status__c = 'Pending Approval'. Create email alerts to notify approvers and stakeholders automatically.Configure Final Actions
Activate the Approval Process
Common Issues & Troubleshooting
Records not entering the approval process
Check that your entry criteria are correctly configured and that the record values match the specified conditions. Verify the process is activated and confirm the user has permission to submit for approval.
Approvers not receiving email notifications
Ensure email alerts are properly configured in the approval actions and that recipients have valid email addresses. Check that deliverability settings allow emails to external addresses if needed.
Cannot modify activated approval process
Salesforce limits editing of active approval processes. Deactivate the process first, or use Clone to create a new version. Consider creating new approval steps instead of modifying existing ones.
Multiple approval processes conflicting
Check the entry criteria and process order to ensure records enter the correct process. Use more specific criteria or adjust the evaluation order to prevent conflicts between similar approval processes.