Field bindings for supplementary forms
- Last UpdatedOct 03, 2024
- 2 minute read
The following fields from supplementary forms can be added to a supplementary form schema.
|
Description |
Field |
Purpose |
Comments |
|---|---|---|---|
|
SF number |
SUPPFORM_NO |
Supplementary form number (unique number for each form entity) |
Recommended usage: <div data-cow-bind="SUPPFORM_NO"></div> Or <input type="text" data-cow-bind="SUPPFORM_NO" readonly /> |
|
SF title |
SUPPFORM_TITLE |
Title which is entered while creating form entity |
|
|
SF description |
SUPPFORM_DESCRIPTION |
A multi line content for displaying the purpose and usage for form created in OSM |
Recommended element: <textarea data-cow-bind="SUPPFORM_DESCRIPTION" rows="5" readonly="readnonly"> </textarea> Note:: The styling of the text area should be considered. Rows and columns should have appropriate values so that the intended content is visible. |
|
SF valid from |
SUPPFORM_FROMDATE |
Date only field, which shows starting date of validity of form. |
|
|
SF valid to |
SUPPFORM_TODATE |
Date only field, which shows end date for validity of form. |
|
|
SF responsible |
SUPPFORM_RESPONSIBLE |
Name of responsible user mapped in OSM application. |
|
|
SF area code |
SUPPFORM_AREACODE |
Display short code of Area mapped with form. |
|
|
SF area name |
SUPPFORM_AREANAME |
Display complete name of area. |
|
|
SF site code |
SUPPFORM_SITECODE |
Short code for site mapped /created in OSM. |
|
|
SF site name |
SUPPFORM_SITENAME |
Full name of site/location mapped with form. |
|
|
SF system code |
SUPPFORM_SYSTEMCODE |
Short code for system. |
|
|
SF system name |
SUPPFORM_SYSTEMNAME |
Full name of system mapped with form. |
|
|
SF signature |
SUPPFORM_SIGNATURE |
Mapped to name to populate a signature fields. |
|
|
SF signature date |
SUPPFORM_SIGNATUREDATE |
Mapped to name to populate a signature fields and also populates with date/time. |
Lists of entities
The following lists of entities from linked references can be added to a Supplementary Form schema.
|
Description |
Field |
Purpose |
Comments |
|
List of work orders |
SUPPFORM_WORKORDERS |
Comma separated numbers (unique code) of work orders linked to Supplementary form in references tab. |
The size can vary based on number of items linked to form. You must define the width of element to be wide enough to display items that can be linked to it. |
|
List of work permits |
SUPPFORM_WORKPERMITS |
Comma separated work permit numbers linked. |
Size or width should match number of items linked. |
|
List of risk assessments |
SUPPFORM_RISKASSESSMENTS |
Comma separated risk assessments linked. |
Size or width should match number of items linked. |
|
List of isolation plans |
SUPPFORM_ISOLATIONPLANS |
Comma separated number of isolation plans linked to form. |
Size or width should match number of items linked. |
|
List of isolation lists |
SUPPFORM_ISOLATIONLISTS |
Comma separated numbers of isolation lists linked to form. |
Size or width should match number of items linked. |