util_raw_reas
- Last UpdatedNov 20, 2024
- 1 minute read
The util_raw_reas table defines, for each entity, the default reason code for each raw reason code, and whether to prompt the user to change it.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
ent_id |
int32 |
Y |
N |
Identify entity |
|
raw_reas_cd |
string40 |
Y |
N |
Code from I/O |
|
def_reas_cd |
int32 |
N |
N |
The default reas_cd for this raw_reas_cd |
|
prompt |
logical |
N |
N |
Prompt operator for final reason. Default = No. |
|
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 |
|
row_id |
ID 1 |
N |
N |
Unique row identifier, for audit trail. |
FK from ent_id to ent. (Cascade delete)
FK from def_reas_cd to util_reas. (Cascade delete)