Summary Pages
Summary pages are used to display multiple records in a tabular form. A summary screen displays multiple records based on search criteria.
...
The user can change the look of the summary page by adding or removing fields from the filter or summary list, changing the order of the results, etc. This is done by clicking on the Preferences link just above the summary page results tab.
Creating the Summary Pages
To create a new summary page, we need to create a single XML file. Based on the business structure, the respective directories should be created. Based on CRM.COM naming conventions, all summary pages are stored in the ../pages/summary/<module_name> directory. An SQL or an EJB method at the beginning of the file determines the information that will be retrieved and will be able to be displayed on the summary page.
...
To continue implementing the view layer, go to 4.2. Data Entry Pages