Get Started with Redwood for Oracle Cloud HCM Begin Now
Redwood: Existing Absences Page giving wrong absence entry start date
Hi All,
We have a requirement to not to allow employees to update absences whose date is 30 days before the current date (Backdated absence).
We found a way to implement this through fast formula using ANC_PER_ABS_ENTRS_START_DATE DBI which helps us in
- Identifying whether we are updating the absence / submitting a new absence.
- Compare the older absence start date with today's (SYSDATE) date. To determine employee is trying to update an absence record that has a start date which is before 30 days from current date.
Example:
Today's Date : 25/07/2024
30 days before : 25/06/2024
if absence start date : 23/06/2024 and employee is trying to update this record.
0