eric_h - Thursday, September 8, 2011 6:56 PM:
Is there an easy/standard way to remove default entries from any given 'right-click' context menu?
My initial reason for this is that we are eschewing automatic versioning for manual versioning on parts because we want one generation per revision. The change process will automatically create a new revision. I do not want users to accidentally click 'Version' for a part and create a new generation.
Although this might be prevented via permissions, there are other items I would like to remove as well that are probably not needed. This will streamline the UI for our users.
Are there any ideas or thoughts related to this?
Thanks,
Eric
Brian - Tuesday, September 13, 2011 8:50 AM:
Hi Eric,
You may have to look in a number of places to achieve this.
On the Main Items Grid you need to look at the ..clients/scripts/itemsGrid.html file
Look for the "SetMenuState" function.
I'm fairly sure this is where you will need to modify the file.
Hope this helps.
Brian.
chado - Sunday, September 18, 2011 10:59 AM:
Removed... my idea did not work :)