| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| work_instruction_type_id |
Foreign key of the work instruction type this option belongs to. |
globally unique identifier | |
| name |
Internal name/code identifying this option. |
string | |
| label |
Display label shown to the technician for this option. |
string | |
| fill_color |
Display color (e.g. hex code) used to render this option in the UI. |
string | |
| help_text |
Help text shown to the technician to explain this option. |
string | |
| text_1_enabled |
Indicates a first free-text field should be shown when this option is selected. |
boolean | |
| text_1_label |
Display label of the first free-text field (see ). |
string | |
| text_1_required |
Indicates the first free-text field must be filled in when this option is selected. |
boolean | |
| text_2_enabled |
Indicates a second free-text field should be shown when this option is selected. |
boolean | |
| text_2_label |
Display label of the second free-text field (see ). |
string | |
| text_2_required |
Indicates the second free-text field must be filled in when this option is selected. |
boolean | |
| archived |
Indicates whether this option has been archived (no longer selectable). |
boolean | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |