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

Can you elaborate a little about your issue

Harsh Vardhan
Giga Patron

are you talking about the "Delete" button from the list choice or only the check box ? can you please add the screenshot here. 

 

if it's list choice then DELETE Acl should work here or you can try to add the condition on that ui action 

 

example:   i don't want it to visible on incident list then the condition would be like current.getRecordClassName() !='incident'

Ashwini Jadhao
Giga Guru

I want to remove the check box from list view.

Vaibhav
Mega Guru

Hi Ash,

I think you should look for Delete UI Action @ global table, you might need to override the list button:

1. Create new Delete UI Action

2. and override Global table Delete UI Action with same action name: delete_checked

3. List Choice: True

4. Condition: current.getRecordClassName() !='incident

 

For detail go through below link

https://docs.servicenow.com/bundle/jakarta-servicenow-platform/page/administer/list-administration/t...

 

Hopefully, it will help you.

Mark it correct and helpful if it helps you.

Regards,
Vaibhav Chaudhari