To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
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"))