I want to add new button in right click of context menu (not via context menu maintenance) in Part Entry which will call another form. Since this is need on specific customization, i want to add buttonTool on this customization only when it get right click on Part field.
Thanks for your reply. I will explain with Eg.
I have 3 Site, and 3 different customization of RMA Processing Entry with relevant to Site.
Suppose I am in Site1.
In Case Management, when i right click to RMA textbox, it will show 3 Menu (RMA Processing Entry, RMA Tracker and RMA Processing Search).
If I click RMA Processing Entry, instead of base form I want to open Site 1 RMA Customization. For this, I can hide base form of RMA Processing menu when right click and add new Menu dynamically on right click which will call Site specific customization.
When I am in Site2, when right click RMA Processing Entry, it should open Site 2 Customization only.
If I use context menu, then it will show to all site. Thats’y I need to do in coding level.
I though of doing this but I couldn’t do it as I am not aware of coding how to achieve this.
I checked in database this ContextMenu table, its Empty. I am surprise where this all context menu are storing in DB. So due to this, I skip to do this method.
If you have code then kindly share. thanks.