New Util_Reas_Category_Set Table (in FI_Data_2)
- Last UpdatedDec 18, 2018
- 1 minute read
Defines the possible set of values for a utilization reason category. Allows any number of predefined values per category.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
category |
Int32 |
N |
N |
Defines to which category the possible value applies. Value must be between 1 and 4. |
|
possible_value |
string80 |
N |
N |
Possible value |
|
last_edit_comment |
string254 |
N |
Y |
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 0 |
Y |
N |
Unique row identifier, for audit trail. |