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.
Resignation Approval based on the Termination and Notification Date Issue
Summary:
Resignation Approval based on the Termination and Notification Date doesn't work as expected
Content (please ensure you mask any confidential information):
We have configured the resignation approval rule from the BPM as below:
If the employee serving notice period less than 60 Days, the transaction should be approved by User1
( Duration.days between(Worker's Proposed Work Relationship.result.Termination Date,Worker's Proposed Work Relationship.result.Notification Date) < 60 )
--
If the employee serving notice period more than 60 Days, the transaction should be approved by User2
( Duration.days between(Worker's Proposed Work Relationship.result.Termination Date,Worker's Proposed Work Relationship.result.Notification Date) >= 60 )
0