Hide 'global ui action- delete' in custom application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday - last edited yesterday
I have scoped table and on the default form view there is global 'Delete' button. I would like to hide that button for all the users.
I have tried to use 'UI action visibilty' tab but it's not working for default view. How to hide that?
Can someone help me out here?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago
is that user able to see Delete in native or workspace?
Are you sure no other Delete ACL is giving access?
Ankur
✨ Certified Technical Architect || ✨ 10x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 hours ago
In native and yes there is no other delete ACL for that table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
9 hours ago
I will suggest you to update/append the condition of Delete UI action so that it will be hidden.
e.g current.geTableName() != '<your_table_name>'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
7 hours ago
Hello @Tanushree Maiti , Thank you, I have added condition and it works but is it a best practice to modify Global button for scoped application?
