Get Started with Redwood for Oracle Cloud HCM Begin Now
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