How to delete items in Additional Actions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-20-2023 09:23 PM
Hi.
I would like to know how to delete the additional action item in the upper left of the record details screen.
Above the line at the top of Configure can be hidden in each record of UI Action, but after Configure, I didn't know where to set it to hide.
I want to remove the part in the image below.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2023 11:59 AM
UI Context Menu module [sys_ui_context_menu] should be where you can find those items.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-27-2023 01:22 AM
Hi Michael Fry1.
[sys_ui_context_menu] Is it correct to edit the record of the table?
I tried editing this table, but for a record named Configure, for example, it only changed the menu when right-clicking on the record list screen of the table.
What I want to edit is the Additional Action on the record detail screen, is that possible with this table?
If possible, please let me know the record name that corresponds to Configure.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-21-2023 08:29 PM
Hi @Akihisa Abe ,
There are multiple ways to achieve it :
1. Please check the global UI actions with name as Create Request,Create Problem, Create Standard Change,Create Normal change and so on..
Then in the condition field exclude the table you want or if you want to hide it completely, then make "Active" as "False".
Like: current.sys_class_name != 'table_name'
2. Navigate to All > System UI > UI Context Menus.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-22-2023 10:52 PM
Hi @Akihisa Abe ,