Features

Features

The root element of all features of this module. The list of sub-elements is the same list that appears in “Related features” section on the Security Profiles detail page. This element has a set of sub-elements called “feature”, that is, one sub-element for each feature of this module.

Attributes

NameDescriptionValue
featureidUnique identifier.Any
featurenameA name that describes the feature.Any
featuredescriptionA description that describes the feature.Any
featuremenuoptionidThe identifier of the main menu option the entity belongs to, if it exists.Any of the main menu option ids defined in the menu options metadata file
commonprocessesA set of the common processes.

Common Processes

additionalprocessesA set of the additional processes.

Additional Processes

customprocessesA set of the custom processes.Custom Processes
webapisA set of Web API processes.

Web APIs

reportsA set of reports.

Reports

printoutsA set of printouts.

Printouts

interfacesA set of interfaces.

Interfaces

dashboardsA set of dashboards.

Dashboards

Example

 Features
Features
<features>
	<feature>
		<featureid>000001</featureid>
		<featurename>Contact Information Summary Screen</featurename>
		<featuredescription>Search for existing Contact Information in the system using Contact Information summary screen</featuredescription>
		<featuremenuoptionid>CRM1412</featuremenuoptionid>
	</feature>
 
	...
 
</features>