How to create an Approval Workfow that is Role or AOR based in submitting Absence?
Hello,
The team currently has a requirement where if the absence submitted by the Timekeeper should send approval to Employee's Line Manager. Is there a way wherein the the approval rule is based on the Timekeeper's role or Timekeeper's AOR? See below expected transaction flow:
- Timekeeper submitted a Vacation Leave of an Employee (Note: Already already added Timekeeper's role and AOR to employee)
- VL transaction will be sent to employee's Line Manager for Approval.
Below is the current condition rule we are using but it's not functioning, it fails and has an error:
((absencesApprovalsRequest.userMode == "ADMIN") AND (ResponsibilityType.representativeType contains "C Timekeeper") AND (absencesApprovalsRequest.absenceType == "a. Vacation Leave"))
0