Menu
The Menu element represents a new menu to be added to the Microsoft CRM application in the configuration file (isv.config).
Example
<Menu Title="ISV">
<MenuItem Title="New Window" Url="https://www.microsoft.com"/>
<MenuSpacer/>
<SubMenu Title="ISV Tests">
</SubMenu>
</Menu>
Attributes
Title
Specifies the title of the menu.
ValidForCreate
Specifies whether the toolbar should be shown in the detail form window when an object is being created.
ValidForUpdate
Specifies whether the toolbar should be shown in the detail form window when an object is being updated.
Element Information
Number of occurrences | One per parent section |
Parent elements | CustomMenus |
Child elements | One or more MenuItem, MenuSpacer, or SubMenu elements |