Generic Pages
Generic pages (PGEs) are a useful tool for creating custom workflows on demand without involving the Development Team.
A PGE consists of the following sections:
Section |
Description |
---|---|
The platforms the page is allowed to be run on. |
|
The list of inputs for the page. |
|
A JSON object of TableGroup(s) you wish to configure. |
|
The steps the page should run on submission. |
|
The steps the page should run before it is loaded. |
|
The PageID of another generic page to run on completion of the current page. |
|
Customisable action buttons that can be added to a PGE. |

Parameters |
Description |
---|---|
PageID |
The ID used to look up and run the page. |
InstanceID |
The instance this page belongs to. |
PageName |
The title of the page used in menu options and titles. |
PageGroup |
The drop-down the PGE should live within in the navigation bar on the web UI. |
PageIcon |
An optional icon that will display next to the title in the web UI drop-down options. |
PageComment |
A description that displays on the page when opened. It is useful to provide instructions on how to use the PGE or a description of what it will do. |
PageDefinition |
A JSON configuration of the PGE. |