- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2018 12:12 AM
Good Day,
I have tried finding the solution on the forums, but was unable to find an answer. I want to remove the save from the right click menu for a read only role. Please can someone point me in the right direction. Maybe disable the menu all together for my read only role.
Thanking you in advance
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2018 12:25 AM
Hi,
Please go through following attachment.
You will create another UI action for your table with same action name and above code. Give condition as you required.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2018 01:11 AM
Hi
it must not display for the auditor role

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2018 01:14 AM
you will put condition like this
!gs.hasRole('auditor')
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2018 01:54 AM
Thank you. added the below condition and is now working.
&& !gs.hasRole('auditor') != false