- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2022 06:12 AM
We don't want users to be able to delete any approval request. It seems that the only way to achieve this requires customization in OOB Delete ACL.
Is this the only way?
From auditing and compliance perspective this seems odd.
Solved! Go to Solution.
- Labels:
-
compliance
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2022 06:19 AM
Hi,
you can use either of the approach
1) Table level DELETE ACL
OR
2) Before delete business rules
OR
3) Hide the Delete UI action on table itself
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
‎03-15-2022 06:19 AM
Hi,
you can use either of the approach
1) Table level DELETE ACL
OR
2) Before delete business rules
OR
3) Hide the Delete UI action on table itself
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
‎03-15-2022 06:19 AM
Hi,
You'd have to adjust the out of box ACL on the sysapproval_approver table to disallow anyone to be able to delete. Otherwise, out of box, approval_admin role can, and itil and catalog role users can if the system property: glide.approvals.restrict_delete is non-existent or set to false. Delegates can also change the approval to be focused to them instead of the original approver, if needed.
Your ServiceNow instance would need to be setup per your individual organization's auditing and compliance perspectives.
The same could be said for allowing delete of anything...in your instance. Not just approvals.
This is something you have to setup and establish yourself.
Please mark reply as Helpful/Correct, if applicable. Thanks!
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-15-2022 06:45 AM
Hi
Thank you very much for marking my reply as Helpful.
If it ends up guiding you Correctly, please also mark it as Correct.
Thanks and take care! 🙂
Please consider marking my reply as Helpful and/or Accept Solution, if applicable. Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2022 08:51 AM
Thank you
Do you have any pointers to documentation of this property?
Thanks!