This section describes how custom data entry pages are created.
What does this section cover?
Create Custom Data Entry Pages
For an introduction to data entry pages, go to Data Entry Pages.
To create a new data entry page, you need to create two XML files: a layout file and a definition file, in your custom projects directory under ../pages/dataEntry/<module_name>.
Create Custom Data Entry Definition Files
To extend the system's release functionality, by adding new components to an existing data entry page, the custom data entry definition file must:
- Follow this naming convention: <release_definition_page_filename>Custom.xml
- Created under ../pages/dataEntry/<module_name> in your custom project's directory.
- Include the new components ONLY.
To create a new custom page, the custom data entry definition file must:
- Follow this naming convention: <new_definition_page_filename>.xml
- Created under ../pages/dataEntry/<module_name> in your custom project's directory.
- Include the ALL the components needed.
Create Custom Data Entry Layout Files
To extend the system's release functionality, by adding new components to an existing data entry page and/or by changing the layout of the existing ones, the custom data entry layout file must:
- Follow this naming convention: <release_layout_page_filename>Custom.xml
- Created under ../pages/dataEntry/<module_name> in your custom project's directory.
- Include ALL sections and components needed.
To create a new custom page, the custom data entry layout file must:
- Follow this naming convention: <definition_page_filename>layout.xml
- Created under ../pages/dataEntry/<module_name> in your custom project's directory.
- Include the ALL sections and components needed.
For a full list of data entry page attributes, go to Data Entry Pages Documentation