How to modify Form Context Menu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2016 09:52 AM
I've looked everywhere - can't find how to edit this menu. I need to remove the Insert and Insert and Stay from this form's context menu:
It shows up on my Default View and my Self Service View. Please let me know how to change this!
Thank you!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2016 11:29 AM
Actually there just might be a way....
Try playing with system UI\Context menu. You can create an entry for your custom table, and might just be able to script what you want to see in it from there.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2016 11:33 AM
Go to UI action and check both.
Better way to hide-- Open UI action and then search "insert" and "insert and stay" for Global table.
Create same UI action for both for your custom table and then make them inactive.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2016 11:34 AM
oh now I didn't think of that....the new one for your table will override the global. nice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2016 11:41 AM
I will try that and check back in, thank you both!!