A data entry is an XHTML page that is used to display Data entry pages are used to display a single record and consist of two XML files: the layout file and the definition file. Through a data entry pagedisplay an entity. Through this page, the user can create, view, modify, delete or apply other operations on a record.
Info
Attributes
Getting Started with AuditLogButtonan entity.
Getting Started
The template that is used in summary page is the crm custom template data_entry_template.xhtml
Code Block | ||
---|---|---|
| ||
<ui:composition template="/data_entry_template.xhtml"></ui:composition> |
Simple Example
The following example illustrates a data entry page of a Country.
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 currency.
The content of the page is added in "content" ui:define placeholder and consists of:
- A summary single filter search button used to display a single filter criterion and a search button.
- A summary result area used to display the currencies based on the selected criteria.