How to delete items in Additional Actions

Akihisa Abe
Tera Expert

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.

imgA.png

5 REPLIES 5

Michael Fry1
Kilo Patron

UI Context Menu module [sys_ui_context_menu] should be where you can find those items.

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.

Community Alums
Not applicable

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' 

SandeepDutta_0-1682134128750.png

 

2.  Navigate to All > System UI > UI Context Menus.

 

SandeepDutta_1-1682134156304.png

 

Community Alums
Not applicable

Hi @Akihisa Abe ,