- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2019 11:05 PM
Good day everyone,
How to remove these two options from the context menu (refer the below image) ?
table name : rm_release
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2019 11:17 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2019 11:13 PM
from UI action related to insert&stay uncheck form context menu button
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2019 11:20 PM
Left Navigation > Type rm_release.config and press Enter
Click on the UI Actions tab
In the "Go to" Select Name and then *Insert and press Enter
Open the records for "Insert" and "Insert and Stay" and Un-check the "Form context menu" option
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2019 11:38 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2019 11:17 AM
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