| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
NAME |
nvarchar(300) | Name of the ID set | ||
DESCRIPTION |
nvarchar(1024) | Default = '' | Description for the ID set | |
DBOBJECTNAME |
nvarchar(128) | Contains the name of the view or table-valued function | ||
DBOBJECTNAMEWITHASOFDATE |
nvarchar(255) | Default = '' | ||
OBJECTTYPE |
tinyint | Default = 0 | 0 - view, 1 - table function, 2 - table function with ID set ID parameter. | |
STATIC |
bit | Default = 0 | Indicates whether or not the IDs returned by the view or function are based on a static table or a dynamic query | |
NUMROWS |
int | ![]() |
Contains the number of rows for static ID sets | |
USEINQUERYDESIGNER |
bit | Default = 0 | Indicates whether or not this ID Set can be used by the query designer | |
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 |
SECURITYLEVEL |
tinyint | Default = 0 | 0 - All roles, 1 - Selected Roles | |
GROUPNAME |
nvarchar(200) | ![]() |
||
ACTIVE |
bit | Default = 1 | ||
ISSYSTEM |
bit | Default = 0 | Flag used to hide selections meant for system use only. |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
RECORDTYPEID |
uniqueidentifier | RECORDTYPE.ID | FK to RECORDTYPE | |
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT | |
OWNERID |
uniqueidentifier | ![]() |
APPUSER.ID | ID of the application user who owns the selection. |
SITEID |
uniqueidentifier | ![]() |
SITE.ID |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_IDSETREGISTER_DATEADDED |
DATEADDED | ![]() |
||
IX_IDSETREGISTER_SITEID |
SITEID | |||
PK_IDSETREGISTER |
ID | ![]() |
![]() |
|
UC_IDSETREGISTER_NAME |
NAME | ![]() |
| Trigger Name | Description |
|---|---|
TR_IDSETREGISTER_AUDIT_ETLDELETEDID |
|
TR_IDSETREGISTER_AUDIT_UPDATE |
|
TR_IDSETREGISTER_AUDIT_DELETE |
|
TR_IDSETREGISTER_DELETE_BBNCIDSETIDMAP |
|
TR_IDSETREGISTER_INSERT_BBNCIDSETIDMAP |
Entity-Relationship diagram of this table (ANNOTATION6062A44C917647A9B945469AE6AED6A9-COAUPDATESUBMITPROCESS)
Entity-Relationship diagram of this table (COMMUNICATIONEXCLUSIONS-EXCHANGECONTACTSYNC)
Entity-Relationship diagram of this table (EXCHANGEEMAILBATCHASSIGNMENT-MKTACKNOWLEDGEMENTMAILINGTEMPLATEFILTERSELECTION)
Entity-Relationship diagram of this table (MKTMEMBERSHIPMAILINGTEMPLATEASKLADDEROVERRIDE-PLANNEDGIFTACKNOWLEDGEMENTPROCESS)
Entity-Relationship diagram of this table (PLANNEDGIFTLETTERCODE-SMARTFIELDVALUEGROUPIDSETREGISTER)
Entity-Relationship diagram of this table (SPONSORSHIPOPPORTUNITYRESERVEPROCESS-WPSEARCHPROCESS)

ID
NAME
TSLONG
RECORDTYPEID
IX_IDSETREGISTER_DATEADDED
IX_IDSETREGISTER_SITEID