util_reas_grp
- Last UpdatedNov 20, 2024
- 1 minute read
Defines groups of utilization reasons that a machine may go into a certain utilization state.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
reas_grp_desc |
string80 |
N |
N |
Description of reason group, must be unique within the parent reason group |
|
display_seq |
int32 |
N |
N |
Specify the display sequence of reason groups |
|
parent_reas_grp_id |
int32 |
N |
Y |
Reason group to which this reason group belongs (null if this is a top-level reason group). |
|
spare1 |
string80 |
N |
Y |
Use defined by language term 5185 |
|
spare2 |
string80 |
N |
Y |
Use defined by language term 5186 |
|
spare3 |
string80 |
N |
Y |
Use defined by language term 5187 |
|
spare4 |
string80 |
N |
Y |
Use defined by language term 5188 |
|
last_edit_comment |
string254 |
N |
Y |
Reserved for internal use to indicate why this record was changed |
|
last_edit_by |
string40 |
N |
Y |
Who last changed this record |
|
last_edit_at |
tdatetime |
N |
N |
When this record was last changed |
|
reas_grp_id |
ID 1 |
Y |
N |
Identifies the reason group |
FK from parent_reas_grp_id to util_reas_grp. (Set null)
reas_grp_desc, parent_reas_grp_id is UK.