Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Number of Levels in management hierarchy is not working as expected
Hello Oracle community,
Based on the requirement, we need to build the approval rules to bring the approver names from bottom-to-top level in the management hierarchy, until the AOR type reaches Group Head DR.
Below mentioned are the rules which we tried as part of our current setup.
Rule 1: (((Worker's Other Compensation Details.elementName equalsIgnoreCase "OT Ace Performer of the Month") AND (Worker's Current Assignment.result.Legal Employer == "MashreqBank")) AND (NOT (GetAllRepresentatives("GH_DR",Task.payload.Worker's Current Representative.result) contains Worker's Assignment Supervisor.User Name.trim())))
Rule 2:((Worker's Other Compensation Details.elementName equalsIgnoreCase "OT Ace Performer of the Month") AND (Worker's Current Assignment.result.Legal Employer == "Mashreq Global Services") AND (GetAllRepresentatives("GH_DR",Task.payload.Worker's Current Representative.result) contains Worker's Assignment Supervisor.User Name.trim()))