USERSETTINGSCALENDAR
Contains information about persisted calendar settings per user.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
DATALISTS |
xml |
|
|
The persisted data list settings 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. |
CALENDARCATALOGID |
uniqueidentifier |
|
CALENDARCATALOG.ID
|
The ID of the calendar to which the settings belong. |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_USERSETTINGSCALENDAR |
ID |
yes |
yes |
yes |
UIX_USERSETTINGSCALENDAR_APPUSERID_CALENDARCATALOGID |
APPUSERID, CALENDARCATALOGID |
yes |
|
|