Menus in CRM Entities
-
Thursday, November 01, 2007 6:04 AM
Hi,
There are different Menus available for different Entities in CRM. Like we have File-> New Campaign . I hope they are built dynamically based on the Entity. Can I know where these menu information are stored? I sit in Database or any xml file
All Replies
-
Thursday, November 01, 2007 7:10 AMModerator
This is all hard-coded into the application; I don't think there's any way to change it -
Tuesday, November 06, 2007 2:35 AM
Hi
The current menu items are in fact hard coded into the application.
However you can add your own custom menu items using the ISV.config xml file
To do this you will have to turn on the ISV customizations in the web.config and then modify that xml file.
http://msdn2.microsoft.com/en-us/library/aa681497.aspx
http://msdn2.microsoft.com/en-us/library/aa681497.aspx
The only way I have found to hide the menu items is using a Javascript "Hack".
http://blogs.inetium.com/blogs/microsoftcrm/archive/2007/06/25/navigation-hiding-unwanted-options-in-crm.aspx
You can use this techinque, it is show for removing navigation, but you can find the ID of the menuitem, and hide them this way.
If you find a more elegant way please let me know, it would be appreciated
Cheers
Andrew