Developing summary pages (Deprecated)
Summary pages are XML files used to display multiple records in a tabular form based on search criteria.
What does this section cover?
Creating Summary Pages
To create a new summary page, you need to create a single XML file under ../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 displayed on the summary page.
In the following example, warehouses.xml is created under ../pages/summary/inventory and uses an SQL statement to retrieve the information.
For more information on customising summary pages, go to Customize Summary Pages. For a full list of summary page attributes, go to Summary Pages Documentation.
To continue implementing the view layer, go to Developing data entry pages (Deprecated)