How to hide list context menu UI action for particular table
How to hide list context menu UI action for particular table. I want to hide " Assigned to" ui action for change request table. added this condition in the ui action current.sys_class_name != 'change_request' but it didnot work for me. Even i tried...