- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2016 08:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2016 08:22 AM
are you admin? the delete ACL for change_task or task even is set to allow admin to delete.
impersonate a non-admin user and it shouldn't be there.
if you want to remove it for admins as well, then change the ACL to return false always and untick the admin overrides button.
http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2016 08:22 AM
are you admin? the delete ACL for change_task or task even is set to allow admin to delete.
impersonate a non-admin user and it shouldn't be there.
if you want to remove it for admins as well, then change the ACL to return false always and untick the admin overrides button.
http://wiki.servicenow.com/index.php?title=Using_Access_Control_Rules#gsc.tab=0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2018 12:14 AM
Hey!
Would you please Explain me more. Here is a requirement -Disallow ANY deletion of Task records (even admins)

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2016 08:24 AM
The easiest way is to change the ACL on that table to disallow Delete access. The condition to show the button checks "is this user allowed to delete records on this table" (among other things). Just remove/restrict delete access and you remove the button.
Example:
If you really want to lock it down 100%, uncheck "Admin Overrides" also and not even admins can delete those records!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-07-2016 08:24 AM
create a delete acl on the change request table to prevent users form deleting the records. If user do not have the privilege to delete the records, you will not see the delete button.