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 12:34 AM
Can you elaborate a little about your issue

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 12:35 AM
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'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 02:36 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2019 03:43 AM
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
Hopefully, it will help you.
Mark it correct and helpful if it helps you.
Regards,
Vaibhav Chaudhari