You control salary approvals with the VariableAllocationTask workflow. Here's how you
can configure the default workflow to automatically approve personal
contributions.
Edit approval workflows using the Manage Task Configurations for Human Capital
Management task in the Setup and Maintenance work area. Complete these steps on the
Assignees tab.
-
Create this IF expression:
(Task.payload.transactionApprovalRequest.moduleIdentifier == "Make Personal Contribution")
-
Complete the THEN fields, as shown here.
THEN Field |
Value |
List Builder |
Supervisory |
Response Type |
Required This response type makes the notification
actionable, instead of just informational.
|
Number of levels |
1 |
Starting Participant |
HierarchyBuilder.getPrincipal(Task.payload.transactionApprovalRequest.Requestor,-1,null,null)
|
Top Participant |
HierarchyBuilder.getPrincipal(Task.payload.transactionApprovalRequest.Requestor,-1,null,null)
|
Auto Action Enabled |
True |
Auto Action |
"APPROVE" |
Rule Name |
AutoapprovePersonalContribution
|