Absence Accrual - avoid validation while creating absence through API
Hi,
I am working on an absence interface where I need to insert only absence records into Oracle using API.
However, I need to avoid validation that will happen due to Accruals applied.
for e.g.
If a person has leave balance of 6 days.
I need to figure out a mechanism to ignore that and I should be able to enter leaves for 7 days.
Please suggest how I can achieve that in the best way.
Thanks in advance.