Get Started: AI Resources for Oracle Cloud HCM – Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
Progress with Redwood: Redwood Resources for Oracle Cloud HCM - Go Here
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