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.
Hide quick actions for particular role
Content
We are trying to hide 'Family and Emergency Contacts' quick actions from Pending Worker's view after they login to application. To achieve that we are using following EL at the structure level.
#{Profile.values.PER_PERSONAL_INFORMATION_RESPONSIVE_ENABLED eq 'Y' and Profile.values.HCM_RESPONSIVE_PAGES_ENABLED eq 'Y' and HcmFusePlusBean.userPersonId ne null and !securityContext.userInRole['ORA_PER_PENDING_WORKER_ABSTRACT,MS_PER_PENDING_WORKER_ABSTRACT']}
But after we login as Pending Worker we can still see the quick actions.
Let me know if we are doing anything wrong in EL.
Tagged:
0