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.
Name | Description | Value |
---|
id | The identifier of the main menu option the entity belongs to. | Any of the main menu option ids defined in the menu options metadata file |
Expand |
---|
|
Code Block |
---|
theme | Eclipse |
---|
language | xml |
---|
title | Left 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> |
|