How to hide the Buttons on the scoped application
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 09:59 PM
Hi All,
Need help.
In our custom scope of application, we want to hide the Update and Delete buttons for specific table.
How we can do this configuration.
Thanks in advance.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 10:05 PM
@Khalid9030 Update and Delete buttons are nothing but UI Actions. You can find these buttons in UI Action sys_ui_action table.
In add the condition in the condition field of your table
current.getTableName() != "<Your table name>" //Replace with your table name
Hope this helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 10:13 PM
UI Action sys_ui_action table i can be able to see the update button on different table here which one i need to select it.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 10:32 PM
@Khalid9030 Looks like Global UI Actions are being shown in your application, please refer to this support article to hide such UI Actions https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0692665
Hope this helps
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-07-2023 10:06 PM
Hi,
Create 2 UI actions
1 for Update and other for Delete in scoped application for specific table
Select OOB UI action in overrides field i.e. for Update select OOB UI action Update and for Delete select OOB delete UI action and put condition false