Hide actions from 3 dots against Requisition
Summary:
We have created a custom role for Collaborators and wanted to hide actions from the 3 dots against requisition for that role
When we gone through the posts on customer connect
It said that the update of EL expression worked to hide the actions from dots. But when we tried it didnot worked
we used the below EL expression against Visible and Show Component
#{((action.label=='Fill Job Requisition')||(action.label=='Cancel Job Requisition')||(action.label=='Move to Posting')||(action.label=='Open for Sourcing')||(action.label=='Suspend Job Requisition')||(action.label=='Redraft Job Requisition'))&& (securityContext.userInRole['VRT_COLLABORATOR_-_VIEW_ALL_DATA']) ? false : true}