How to remove delete check box from the list view
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 12:21 AM
Hi,
How to remove the delete check box from the list view? I had tried to update Default Delete ACL by adding the role as Admin but it doesn't work.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 06:59 AM
New tag button is visible as part of UI context menu. Here are the steps to get there.
Go to UI context menus->Search for Tags-> There you can define the condition as per your req.
Note: That is an OOB code and it will be skipped during the upgrades. Hence If you modify you own it.
OR
I think if you hide 'Action choice list' then you don't need to bother about the 'Action check boxes' as they will not be useful without action choice list.
So go to System UI > UI Actions > Add filter 'Table is Global' > Click on 'Show List Actions Only' > Open the records you want to hide and add 'gs.getUser().getUserRoles() != ''' to the condition.