We're facing issue while removing Field Job Requisition action.
We wanted to hide the Field Job Requisition for a Hiring Manager role however, entire action is getting hidden instead of particular option.
Please find the below EL expression used to hide the action:
"#{(action.label=='Fill Job Requisition' and securityContext.userInRole['Hiring Manager Role Custom'])==true?true:(action.label!='Fill Job Requisition'?true:false)}"
Please let us know the steps to hide only Field Job Requisition action.
0