Options
- 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.
1 ACCEPTED SOLUTION
Options
- 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
5 REPLIES 5

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-07-2019 11:23 PM