Skip to end of banner
Go to start of banner

Summary Page

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 95 Next »

Overview

A summary page is an XHTML page that is used to display data in a tabular format based on multiple filter criteria.

The template that is used in summary page is the crm custom template template.xhtml. 

A summary page should be used only the following CRM Components for its content:

  • crm:summaryMultipleFiltersArea
  • crm:summaryMultipleFilterSearchButton
  • crm:summaryResultArea

The managed bean of a summary page should be extend SummaryView that provides common functionality for summary pages.

Search criteria can be configured through the settings button next to search button.

Results can be configured and exported in XLS, CSV and XML format through the settings button in the first column of the data table. 

Getting Started

The following example illustrates a summary page of Countries.

A back button component is added in "back-button" ui:define placeholder that may be selected in order to return to the crm template pages landing page.

A new button component is added in"actions" ui:define placeholder that may be selected in order to create a new country.

The content of the page is added in "content" ui:define placeholder and consists of:

  • A summary multiple filters area component used to display multiple filter criteria.
  • A summary multiple filter search button used to display a search button.
  • A summary result area used to display the countries based on the selected criteria.

Actions "New", "View" and "Edit" 


  • No labels