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
How can we restrict My Client Group for a specific role?
Hello,
How can we restrict My Client Group menu for all users with "TAV_DEPARTMENT_ABSENCE_RESPONSIBLE_ALA" role via Structure?
An example user has the following two roles:
TAV_DEPARTMENT_ABSENCE_RESPONSIBLE_ALA
TAV_PER_ALA_EMPLOYEE_ABSTRACT (Custom Employee role)
User still has access to My Client Group when we try this EL Expression on Structure:
#{securityContext.userInRole['TAV_DEPARTMENT_ABSENCE_RESPONSIBLE_ALA'] ? false : true}
But it worked when we tried this:
#{securityContext.userInRole['TAV_DEPARTMENT_ABSENCE_RESPONSIBLE_ALA, TAV_PER_ALA_EMPLOYEE_ABSTRACT'] ? false : true}
However, we can't go with the second option because there can be different roles for different users, we can not forecast.
Tagged:
0