Autoapprove Personal Contributions

You control salary approvals with the VariableAllocationTask workflow. Here's how you can configure the default workflow to automatically approve personal contributions.

Scenario

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.

  1. Create this IF expression:

    (Task.payload.transactionApprovalRequest.moduleIdentifier == "Make Personal Contribution") 
  2. 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