Panel | ||
---|---|---|
| ||
Summary PagesSummary pages are used to display multiple records in a tabular form.
What does this section cover?
|
A summary screen displays multiple records based on search criteria.
...
Expand | ||
---|---|---|
| ||
Creating the Summary Pages
To create a new summary page, we you 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 under ../pages/summary/<module_name> directory. An
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.
In this case, we create a directory named the following example, warehouses.xml is created under ../pages/summary/inventory and then we create a new XML file named warehouses.xml, which uses an SQL statement to retrieve the information.
...