You are here:
Control Which Records Apply to a Classic Approval Process
Narrow down the list of records that can be part of the classic approval process by specifying criteria. You can either use filters or write a formula.
Required Editions
| Available in: both Salesforce Classic and Lightning Experience |
| Available in: Enterprise, Performance, Unlimited, and Developer Editions |
If you want all records to pass through the classic approval process, click Next. If only certain types of records are considered, use one of the following options.
| Option | To enter the approval process... |
|---|---|
| criteria are met | The record must meet the filter criteria. |
| formula evaluates to true | The formula must return True. Some functions aren’t available in classic approval process formulas. For information on which functions you can use in classic approval process formulas, see Formula Operators and Functions by Context. |
This filter lets an expense report enter this classic approval process only if the employee who submitted the report is at headquarters.
Current User: Office Location Equals HeadquartersThis formula lets a record enter this classic approval process only if its discount approval cutoff date is less than 30 days away.
(Discount_Approval_CutoffDate__c < (CloseDate - 30)
