Versions Compared

Key

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

...

The custom data entry layout file for the new page must follow this naming convention: <definition_page_filename>layout.xml. More than one layout files can exist per data entry definition page. In such cases, a default data entry layout file per database must be defined in templates properties file (templates.properties)

Expand
titleNew Data Entry Page Example
Code Block
languagexml
titlecar.xml
 
Code Block
languagexml
titlecarlayout.xml
 

 

Customise Existing Data Entry Pages

...

The custom data entry layout file must have a unique file path, include ALL sections and components that need to be displayed and be defined in templates.properties file.

Expand
titleCustomise Existing Data Entry Page Example
Code Block
languagexml
titlecontactInformationCustom.xml
 
Code Block
languagexml
titlecontactInformationCustomlayout.xml
 

Templates Properties File

The templates properties file (templates.properties) is used for defining the default data entry layout file per database and/or unit when more than one layout files exist per data entry definition page.

Code Block
languagexml
titletemplates.properties
 

 

For a full list of data entry page attributes, go to Data Entry Pages Documentation