ui_config_default
- Last UpdatedNov 20, 2024
- 1 minute read
The ui_config_default table is used to define most commonly used default UI config settings when none have already been defined for a specific screen/ent/user. This new table has exactly the same structure as the ui_config table except that it does not require the config_id field as defined below.
|
Field |
Datatype |
PK |
Nulls? |
Description |
|---|---|---|---|---|
|
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 |