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.
Combine EL expression
Summary:
Content (required):
I am trying to combine two EL expressions so that an icon on the navigator is only visible to certain users in a role but also excludes users in another role. The two expressions I am trying to combine are:
#{securityContext.userInRole['EBK_ORA_PER_HUMAN_RESOURCE_SPECIALIST_JOB,EB_HIRING_MANAGER_ABSTRACT_CUSTOM,EB_RECRUITER_VIEW_ALL_DATA']}
AND
#{!securityContext.userInRole['EIG_EMPLOYEE']}
Version (include the version you are using, if applicable):
23C
Code Snippet (add any code snippets that support your topic, if applicable):
Tagged:
0