How to Route Time Card Approval Based on the Requester
Summary:
We have requirement where we want that if employee fills the timecard it should go for approval to manager and if managers fills it should be auto approved. We are using redwood 24B and for some pages it is responsive UI and after reffering to several documents i got few approval rules but they work fine independently but when all are active issue is there.
Case 1
(((getRequestorInformationByUserNameResponse.result.legalEntity == "Opus Software Solutions Private Limited") OR (getRequestorInformationByUserNameResponse.result.legalEntity == "Opus Solutions Private Limited")) AND (RequestManager.managerType == "LINE_MANAGER") AND (RequestManager.managerType != "PROJECT_MANAGER") AND (ApprovalTimeRecordGroup.attributeChar7 == "ORA_HWM_WORKER_ENTRY"))