Get Started with Redwood for Oracle Cloud HCM Begin Now
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. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Approval flow not working when manager submits absence on behalf employee
Summary:
Approval flow not working when manager submits absence on behalf employee
Content (required):
Hi,
I have a scenario as below:
- Employee Submits Absence > Approval route to Line Manger > HR Spec.
- Manager Submits Absence on behalf employee > Approval should goes to HR Spec. but it's auto approved
When I configured the approval set, it's working as expected for employee submit absence but not working other than employee.
I assume the rule which I am using may causing the issue here,
Employee Rule: ((absencesApprovalsRequest.absenceType == "Vacation Leave Plan") AND (absencesApprovalsRequest.createdBy == absencesApprovalsRequest.empUserId) AND (absencesApprovalsRequest.duration <= 24.75))
Manager Rule: ((absencesApprovalsRequest.absenceType == "Vacation Leave Plan") AND (absencesApprovalsRequest.absenceDispStatusCd == "MGR") AND (absencesApprovalsRequest.duration <= 24.75))
0