ui_config
- Last UpdatedNov 20, 2024
- 1 minute read
The ui_config table is used to store runtime configuration options of configurable screens in any of the modules.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
config_id |
string40 |
Y |
N |
Ent_id, user_id, or computer, depending on by what screen/sectn/parameter is saved |
|
screen |
string40 |
Y |
N |
Identify screen or tab |
|
sectn |
string40 |
Y |
N |
Identify groups of related parameters within a screen or tab |
|
parameter |
string80 |
Y |
N |
Identify the specific parameter |
|
valu |
nvarchar(max) |
N |
Y |
Big enough to store a large amount of data. Could be an XML string. |
|
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 |