How to remove options from context menu ?

Kevin Smith2
Giga Expert

Good day everyone,

How to remove these two options from the context menu (refer the below image) ?

table name : rm_release

find_real_file.png

1 ACCEPTED SOLUTION

Hi Kevin,

Please check the global UI action with name as Insert and Insert and stay.

Then in the condition field exclude the table you want.

Like: current.sys_class_name != 'table_name'

Mark it as correct or helpful if this helps.

Thanks

Ragini

View solution in original post

5 REPLIES 5

Nirosha Uddandi
Kilo Guru

from UI action related to insert&stay uncheck form context menu button 

A-N
Tera Expert

Left Navigation > Type rm_release.config and press Enter

 

find_real_file.png

 

Click on the UI Actions tab

find_real_file.png

In the "Go to" Select Name and then *Insert and press Enter

find_real_file.png

Open the records for "Insert" and "Insert and Stay" and Un-check the "Form context menu" option

find_real_file.png

It says no records found.

find_real_file.png

Hi Kevin,

Please check the global UI action with name as Insert and Insert and stay.

Then in the condition field exclude the table you want.

Like: current.sys_class_name != 'table_name'

Mark it as correct or helpful if this helps.

Thanks

Ragini