Approvals action group provides quick access to approve or reject the requests directly from the approvals page.
Before you begin
Role required: sp_admin or sn_hr_sp.esc_admin
About this task
You can use the default set of actions or customize the actions to suit your business needs.
Procedure
-
Navigate to .
-
Click New or edit an existing Approvals action group record.
-
Edit the Action group name
-
Click Save or Update.
Use the Action group m2m table to add multiple actions into a group.
-
On the Action group M2Ms related list, click New or update an existing record.
-
Select the Action item from the available options such as Approve or Reject or Configure actions.
-
Edit the Order of the action item.
-
Select Primary to set the option as primary.
-
Select one of the following Action Visibility options.
- Visibility to Self
- Visibility to Manager
- Visibility to all
- Visible to all except Self
- User criteria: Select the user criterion from the available options.
- Advanced: Define a custom visibility with the Advanced option through a script. For example,
answer = context.state.toString() === 'requested';.
Note: The context is the GlideRecord parameter for the rendered action. You can modify the parameter as needed.
-
Click Save or Update.
Result
Approvals action group is configured to perform quick actions such as Approve and Reject from the approval page.