- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2021 08:41 PM
Hi
Can anyone suggest me the best way to remove 'DELETE' UI Action from incident table and it should not affect the parent task table.
i duplicated the DELETE ui action with less order and add one more condition in it-- '&¤t.getRecordClassName() !='incident';
but its not working .
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2021 11:23 PM
Hi,
you are checking with admin?
Did you check any other table level DELETE ACL on incident is allowing?
it worked for me even as an admin when I had 1 table level DELETE ACL on incident table
1) list - delete grayed out
2) form - delete button not shown
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2021 10:26 PM
Hi Anil By changing OOB Ui actions does it effects while upgrading the instance?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2021 10:33 PM
Yes, it will be skipped during upgrade but you can compare upgraded version and take decision.
If you find any update in script then you can opt for upgraded version and again add condition to hide it on incident form.
Even if you modify ACL's, you need to resolve conflicts related with ACL's
There is no way to avoid conflicts if you want to alter some OOB functionalities.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2021 10:44 PM
Hi,
better handle using ACL
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2021 11:13 PM
Hi Ankur i tried it,
by giving type - record
table - incident.none
operation- delete
script - answer= false;
but it didnt worked,
can you please help?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-07-2021 11:23 PM
Hi,
you are checking with admin?
Did you check any other table level DELETE ACL on incident is allowing?
it worked for me even as an admin when I had 1 table level DELETE ACL on incident table
1) list - delete grayed out
2) form - delete button not shown
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader