Configure Payroll Time Approval Rules to Use Calculated Time and Cost Segment

This example sends line managers actionable notifications to review and approve calculated time card entries. And it sends department managers informational notifications for any reported time entries associated with their departments.

Key configuration assumption: The relevant time consumer set configuration has payroll approval rules set to use calculated time data, instead of reported time data.
  1. Go to Setup and Maintenance > Tasks panel Search > Manage Task Configurations for Human Capital Management.
  2. For the TimecardApproval workflow task, TimeEntryApprovalRuleSet, click the Assignees tab.
  3. Create the actionable notification rule for line managers using calculated time data.
    1. Create this IF expression:
      1 is 1
    2. Complete the THEN fields, as shown here.
      THEN Field Value
      List Builder Supervisory
      Response Type

      Required

      This response type makes the notification an actionable, rather than informational, notification.

      Number of levels 1
      Starting Participant
      HierarchyBuilder.getManager("supervisory",
      Task.payload.process.Requester,-1,null,null)
      Top Participant
      HierarchyBuilder.getManager("supervisory",
      Task.payload.process.Requester,-1,null,null)
      Auto Action Enabled False
      Auto Action null
      Rule Name ActionLineMgrsCalcTime
  4. Create the informational notification rule for relevant department managers.
    1. Create this IF expression:
      ApprovalTimeRecordGroup.entryDepartmentManager isn't ""
    2. Complete the THEN fields, as shown here.
      THEN Field Value
      List Builder Supervisory
      Response Type FYI
      Number of levels 1
      Starting Participant
      HierarchyBuilder.getPrincipal
      (ApprovalTimeRecordGroup.entryDepartmentManager,-1,"","")
      Top Participant
      HierarchyBuilder.getPrincipal
      (ApprovalTimeRecordGroup.entryDepartmentManager,-1,"","")
      Auto Action Enabled False
      Auto Action null
      Rule Name InfoDeptMgrsReptTime