Restricted person is displaying in absence record page
Hi Team,
We have a requirement to restrict a few sets of employee details in the application, for this we have tagged custom criteria for a specific role and tested the case in person management, and it is working as expected. But when coming to the Absence page the same set of employee details are showing up. Please find the below for custom criteria i have created.
&TABLE_ALIAS.PERSON_ID IN (select distinct person_id from per_all_people_f
WHERE
Person_Number NOT IN ('INEMPXXX'))
Regards,
G Haritha
0