oper_step_choice
- Last UpdatedNov 20, 2024
- 1 minute read
The oper_step_choice table defines the labels for data choices for steps having a data entry control other than an edit control. In the case of a checkbox there will be only one label with index = 0.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
process_id |
string40 |
N |
N |
Identify process |
|
oper_id |
string40 |
N |
N |
Identify operation |
|
step_no |
int32 |
N |
N |
Identify step |
|
choice_no |
int32 |
N |
N |
Identify choice (0 = first) |
|
choice_label |
string40 |
N |
N |
Label to display for choice |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
N |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
row_id |
ID 1 |
Y |
N |
Unique row identifier, for audit trail |
process_id, oper_id, step_no, choice_no is clustered UK.
process_id, oper_id, step_no, choice_label is UK.
FK from process_id, oper_id, step_no to oper_step. (Cascade delete)