Contains information about data form customizations per user.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
PATH |
nvarchar(4000) |
|
Default = '' |
The path to the data form. |
PARAMETERS |
xml |
yes |
|
The data form's parameters from the user's last session. |
Foreign Keys
Foreign Key |
Field Type |
Null |
Notes |
Description |
APPUSERID |
uniqueidentifier |
|
APPUSER.ID
|
The ID of the app user to which the settings belong. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_USERSETTINGSDATAFORM |
ID |
yes |
yes |
yes |
UIX_USERSETTINGSDATAFORM_APPUSERID_PATH |
APPUSERID, PATH |
yes |
|
|