Setting Menu Options

Setting Menu Options

Sub-element of the <module> element. This element is added in configuration file and it includes a set of setting menu options ids (<id> element values found in the menu options elements) and it enables the definition of which setting 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

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