| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
SETTINGSXML |
xml | ![]() |
An xml field that contains all of the configurable settings for the search list | |
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 |
|---|---|---|---|---|
ID |
uniqueidentifier | SEARCHLISTCATALOG.ID | Primary Key. | |
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
REPLACEMENTSEARCHLISTID |
uniqueidentifier | ![]() |
SEARCHLISTCATALOG.ID | Defines a foreign key to the SEARCHLISTCATALOG table. If a value is present, then this searchlist will be used in place of the original searchlist, represented by the primary key, throughout the application. |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_SEARCHLISTSETTINGS_DATEADDED |
DATEADDED | ![]() |
||
IX_SEARCHLISTSETTINGS_DATECHANGED |
DATECHANGED | |||
PK_SEARCHLISTSETTINGS |
ID | ![]() |
![]() |
| Trigger Name | Description |
|---|---|
TR_SEARCHLISTSETTINGS_AUDIT_UPDATE |
|
TR_SEARCHLISTSETTINGS_AUDIT_DELETE |

ID
SETTINGSXML
TSLONG
ID
IX_SEARCHLISTSETTINGS_DATEADDED
IX_SEARCHLISTSETTINGS_DATECHANGED