Custom Pages
There are several types of custom pages.
| Object | Description |
|---|---|
| HTML Page | A HTML page which is developed using a HTML editor. These can include client-side JavaScript and can be used to developed pages that acts as a frontend for the users to use the application. |
| Server Javascript | A Javascript page which executes on the server side. This page can be used to execute process functions. |
| Dashboard | A dashboard which can hold Selectables (Dropdowns), custom HTML pages, workviews or workview vizualisations. A dashboard can be used to show several pages at the same time. |
For runtime-specific documentation, use the dedicated custom pages section:
- Client-side page tags and browser behavior:
/custom-pages/client-side-pages - Server-side page behavior and process-function access:
/custom-pages/server-side-pages