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.
EL expression in Structure is returning 'True' even the syntax is for 'RoleNotIn'
Hello everyone,
We want to remove specific actions in the My client groups for 2 roles, but the syntax #{!securityContext.userInRole['role1,role2']} is returning 'True' even the user have these 2 roles.
The result is when using #{!securityContext.userInRole['role1,role2']}, the action are showing for the 2 roles, and when using #{securityContext.userInRole['role1,role2']}, the actions are hidden. I think this not correct.
This is the role that we are using for this syntax:
Please help.
0