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.
Need help on Absence Entry Validation for Leave Plan
Summary:
Need help on Absence Entry Validation for Leave Plan
Content (please ensure you mask any confidential information):
Hi All,
We have a requirement to validate absence duration when applying nursing leave.
The employee can apply only one hour/day. When it is more than one hour/day, the application should throw an error.
I have added the below condition in the fast formula,
If ((iv_totalduration > 1) and (l_absence_name='Nursing Leave'))
then
(VALID = 'N'
ERROR_MESSAGE = 'You can apply only 1 hour/day').
When the employee applying for single day, the above condition is working, but when the employee applying repeated absence, it is not working.
Tagged:
0