Versions Compared

Key

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


Panel
id0

Setting Menu Options

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 Setting Menu Options


Code Block
languagexml
themeEclipse
titleLeft Menu Options
<settingmenuoptions>
	<id>MC_SETTINGS_AND_ADMIN</id>
	<id>MC_CRM_SETTINGS</id>
	<id>CONTACT_INFORMATION_SETTINGS</id>
	<id>CONTACT_INFO_SETTINGS</id>
	<id>CONTACT_INFORMATION_SUPPORTED_TYPES</id>
	<id>CONTACT_INFORMATION_CATEGORIES</id> 
	<id>CONTACT_INFORMATION_INDUSTRIES</id> 
	<id>CONTACT_INFORMATION_INDUSTRY_SECTORS</id> 
	<id>CONTACT_INFORMATION_NAME_DAY_RULES</id> 
	<id>CONTACT_INFORMATION_ANONYMIZATION</id> 
	<id>CONTACT_INFORMATION_KYC_SETTINGS</id> 
</settingmenuoptions>


...