Versions Compared

Key

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

...

  • The Summary pages.
  • The Detail pages. 
  • The Search pages. 

Summary Pages

Summary pages are used to display multiple records in a tabular form. They give the ability to the user to search for a specific record in the database by specifying a set of criteria.

...

In this tutorial, we are going to create a summary page that lists Installed Item Types.

Creating the Summary Page XML

To create a new summary page, we need to create a single .xml file that will define our summary page.

...

Info
titleSummary page URL

http://localhost:9080/crm/page.do?act=summary&xml=inventory/installedItemTypeSummary

 

Data Entry Pages

Detail pages are used to display a single record. Through a detail page, the user can see all the records information, can modify, delete or apply other operations on a record.

...

In this tutorial, we are going to create the Installed Item Type detail page.

Creating the Data Entry Page XML Files

A data entry page consists of 2 .xml files, the definition .xml that is used to define the components of the page, and the layout .xml which is used to define the layout of the page.

...