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.
For more information, please refer to this announcement explaining best practices for getting answers to questions.
How to avoid conflict working with EL Expressions
Hello Everyone,
we have a requirement where the workforce structure related quick actions should not be visible for payroll manager and Line Manager role but this tab should be visible for HR spec roles.
Most of the refinement is already done using privileges but when something can't be hidden using privileges, we use EL expressions to cater the requirement. In our case we are using the below EL exp which returns false value:
#{!securityContext.userInRole['LINE_MANAGER,PAY_PAYROLL_MANAGER_JOB']}
The above works fine for payroll manager and Line Manager role by not providing access to quick actions but how can we include access to same quick action/tab for HR spec role in the above EL or pls suggest if there is a different EL expression for that ?