Get Started with Redwood for Oracle Cloud HCM Begin Now
To ensure that questions get required attention from community members and are NOT left unanswered, it’s important for the author to indicate (by selecting “Yes” or “No” when prompted) whether the question was answered. (newly added) Please note that it is also important to respond to EACH comment your question receives. Your Yes or No response ensures an accurate status for your question.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
Employees searchable in directory even after securing them using custom criteria in Person Sec Profi
Summary:
We have a requirement to secure few employee which will be marked as 'Restricted' and 'Highly restricted' in Persons Attributes DFF created. For not showing these employees in Directory, we have created a person security profile using custom criteria. The custom criteria is below
&TABLE_ALIAS.PERSON_ID NOT IN (SELECT PP.PERSON_ID FROM PER_PERSONS PP, PER_ALL_ASSIGNMENTS_M ASG WHERE PP.ATTRIBUTE1 IN ('Restricted', 'Highly Restricted') AND PP.PERSON_ID = ASG.PERSON_ID )
In preview screen in person security profile, I am not able to search for these employees.
However when I go to directory from user having a role containing this person security profile, I am able to search for such employees but when I click on them I get ADF error.
0