How to remove delete check box from the list view

Ashwini Jadhao
Giga Guru

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.

5 REPLIES 5

Saurav Maiti
Mega Expert

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.