MKTCOMMUNICATIONEFFORTUSERSETTINGS
Primary Key
| Primary Key | Field Type |
|---|---|
| ID | uniqueidentifier |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| COLLAPSESUMMARYSECTION | bit | Default = 0 | ||
| SHOWLOCKEDFIELDS | bit | Default = 0 | ||
| DATEADDED | datetime | Default = getdate() | ||
| DATECHANGED | datetime | Default = getdate() | ||
| TS | timestamp | |||
| TSLONG | bigint (Computed) | yes | CONVERT(bigint, TS) |
Foreign Keys
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SEGMENTATIONID | uniqueidentifier | MKTSEGMENTATION.ID | ||
| APPUSERID | uniqueidentifier | APPUSER.ID | ||
| ADDEDBYID | uniqueidentifier | CHANGEAGENT.ID | ||
| CHANGEDBYID | uniqueidentifier | CHANGEAGENT.ID |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| IX_MKTCOMMUNICATIONEFFORTUSERSETTINGS_APPUSERID | APPUSERID | |||
| IX_MKTCOMMUNICATIONEFFORTUSERSETTINGS_DATEADDED | DATEADDED | yes | ||
| IX_MKTCOMMUNICATIONEFFORTUSERSETTINGS_DATECHANGED | DATECHANGED | |||
| PK_MKTCOMMUNICATIONEFFORTUSERSETTINGS | ID | yes | yes | |
| UIX_MKTCOMMUNICATIONEFFORTUSERSETTINGS_SEGMENTATIONID_APPUSERID | SEGMENTATIONID, APPUSERID | yes |
Triggers
| Trigger Name | Description |
|---|---|
| TR_MKTCOMMUNICATIONEFFORTUSERSETTINGS_AUDIT_UPDATE | |
| TR_MKTCOMMUNICATIONEFFORTUSERSETTINGS_AUDIT_DELETE |