...
To create a new custom page, the custom data entry definition file must:
...
- Created under ../pages/dataEntry/<module_name> in your custom project's directory.
- Have a unique file path.
- Include the ALL the components needed.
...
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.
- Have a unique file path.
- Include ALL sections and components needed.
...