Reports

Reports

The report feature.

Attributes

NameDescriptionValue
idUnique Identifier.Any
nameA name that describes the report.Any
descriptionA description that describes the report.Any
reportfilenameThe name of the report file as it exists in the system (along with the file’s extension).A filename

Example

 Report
Report
<reports>
	<report>
		<name>Contact Information Summary</name>
		<description>View main contact information which exists in the system</description>
		<reportfilename>contactInformation/contactInformationSummary.crxml</reportfilename>
	</report>
</reports>