Add menu items to the context menu in Dynamics

You can add your own menu items to the Context menu in Dynamics by adding a reference of the menu item to the SysContextMenu menu.

As seen in the image, I have added a class menu item ShowFormMethods to the sysContextMenu. After I save, I right click on any node in AOT and goto Add-ins, I can see my menu item.

You can also add a menu item to Tools -> Development Tools by adding a reference of the menu item to DevelopmentTools menu.

I have added a small project which you can look into and see how it has been done. Download it
here.





Comments

Popular posts from this blog

How to fix - The server-side impersonated (RunAs) session tried to invoke a method that is available for client-side processing only

Get selected records in Dynamics AX 2012

Set financial dimension values through code in AX 2012