Versions Compared

Key

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

...

To create a new custom page, the custom data entry definition file must:

...

  1. Created under ../pages/dataEntry/<module_name> in your custom project's directory.
  2. Have a unique file path.
  3. 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:

  1. Follow this naming convention: <release_layout_page_filename>Custom.xml
  2. Created under ../pages/dataEntry/<module_name> in your custom project's directory.
  3. Have a unique file path.
  4. Include ALL sections and components needed.

...