Versions Compared

Key

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

...

Create Custom Summary Pages

For an introduction to summary pages, go to Summary Pages.

To create a new custom summary page, you need to create a single XML file in your custom project's directory under ../pages/summary/<module_name>For an introduction to summary pages, go to Summary Pages.

All custom summary pages should follow this naming convention: <release_page_filename>Custom.xml

...

Expand
titleCustom Summary Page Example
Code Block
languagexml
titlecontactInformationCustom.xml
<summary>
	...
	<fieldlist>
		...
		<field>
			<fieldname>CONTACTINFORMATION.CIUSERFIELD2</fieldname>
			<caption>key_home_type</caption>
			<summary>true</summary>
			<filter>true</filter>
		</field>
		...
	</fieldlist>
	...
</summary	
	

 

For a full list of summary page attributes, go to Summary Pages Documentation.