Skip to end of banner
Go to start of banner

Customise Data Entry Pages

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 28 Next »

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:

  1. Follow this naming convention: <release_page_filename>Custom.xml
  2. Created under ../pages/dataEntry/<module_name> in your custom project's directory.
  3. Include the new components ONLY.

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

  1. Follow this naming convention: <new_page_filename>.xml
  2. Created under ../pages/dataEntry/<module_name> in your custom project's directory.
  3. Include the ALL the components needed.

 




 

 

  • No labels