Checklist Task Eligibility is not working as expected
Hi All,
We have a requirement where we need the Off-boarding Checklist task to be allocated if the employees Last Working day is within the Probation Period. We have written the below FF to check the same. But the EP is not working as expected. For any scenarios the task is not getting triggered.
FF:
Default for PER_ASG_REL_ACTUAL_TERMINATION_DATE is '4712-12-31 00:00:00' (date)
Default for PER_ASG_DATE_PROBATION_END is '4712-12-31 00:00:00' (date) ELIGIBLE = 'N'
l_dflt_date='1951/01/01 00:00:00' (date)
l_eff_date = GET_CONTEXT(EFFECTIVE_DATE,l_dflt_date)
Tagged:
0