Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Payroll Time card approval for India employees not getting triggered
Summary:
Payroll Time card approval for India employees not getting triggered
Content (please ensure you mask any confidential information):
Hi Experts,
We are trying to setup separate approval rules for India employees and the US employees. For US employees, the approval rule is getting triggered correctly, however for India employees, time card is getting auto approved. LDG_ID or BU or LE not getting recognized.
We tried with below rule conditions: Both are getting auto approved.
((ApprovalTimeRecordGroup.attributeNumber10 == 30000000xxxxxx) AND (ApprovalTimeRecordGroup.measure > 45) AND (ApprovalTimeRecordGroup.attributeChar7 != "ORA_HWM_MANAGER_ENTRY"))
also tried with
((getRequestorInformationByUserNameResponse.legalEntity == "xxxxxxx") AND (ApprovalTimeRecordGroup.measure > 45) AND (ApprovalTimeRecordGroup.attributeChar7 != "ORA_HWM_MANAGER_ENTRY"))