Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Sub-element of the <module> element. This element is added in custom configuration files and only for custom modules. It includes a set of menu options ids (<id> element values found in the custom menu options elements) and it enables the definition of which custom menu options to be displayed. 

Attributes

NameDescriptionValue
idThe identifier of the main menu option the entity belongs to.Any of the main menu option ids defined in the menu options metadata file

Example

Expand
titleLeft Menu Options
Code Block
themeEclipse
languagexml
titleLeft Menu Options
<leftmenuoptions>
	<id>CRM1400</id> <!-- CONTACT INFORMATION -->
	<id>CRM1412</id> <!-- CONTACT INFORMATION > Contact Information -->
	<id>CRM2400</id> <!-- MODULE CONFIGURATION -->
	<id>CRM2401</id> <!-- MODULE CONFIGURATION > Contact Information -->
	<id>CRM2409</id> <!-- MODULE CONFIGURATION > Contact Information > Categories -->
	...
</leftmenuoptions>