| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
FAVORITES |
xml | ![]() |
Contains the favorites defined by the APPUSER | |
USERHOMEPAGE |
xml | ![]() |
Contains the home page defined by the APPUSER | |
DEFAULTHOMEPAGESETTINGS |
xml | ![]() |
Contains settings used by the default system home page defined by the APPUSER. | |
SHELLSETTINGS |
xml | ![]() |
Contains browser settings defined by the APPUSER | |
DATEADDED |
datetime | Default = getdate() | Indicates the date this record was added | |
DATECHANGED |
datetime | Default = getdate() | Indicates the date this record was last changed | |
TS |
timestamp | Timestamp | ||
TSLONG |
bigint (Computed) | ![]() |
convert(bigint, TS) | Numeric representation of the timestamp |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
APPUSERID |
uniqueidentifier | APPUSER.ID | FK to APPUSER | |
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_USERSETTINGS_DATEADDED |
DATEADDED | ![]() |
||
PK_USERSETTINGS |
ID | ![]() |
![]() |
|
UC_USERSETTINGS_APPUSERID |
APPUSERID | ![]() |
| Trigger Name | Description |
|---|---|
TR_USERSETTINGS_AUDIT_UPDATE |
|
TR_USERSETTINGS_AUDIT_DELETE |

ID
FAVORITES
TSLONG
APPUSERID
IX_USERSETTINGS_DATEADDED
UC_USERSETTINGS_APPUSERID