DIM_DONOTMAILREASON
Contains the do not mail reason used for constituent addresses.
Primary Key
| Primary Key | Field Type |
|---|---|
| DONOTMAILREASONDIMID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| DONOTMAILREASONSYSTEMID | uniqueidentifier | yes | dbo.[DONOTMAILREASONCODE].[ID] | |
| DONOTMAILREASON | nvarchar(100) | yes | dbo.[DONOTMAILREASONCODE].[DESCRIPTION] | |
| ISACTIVE | bit | yes | dbo.[DONOTMAILREASONCODE].[ACTIVE] | |
| ISINCLUDED | bit | yes | Flag indicating when data should be included in results. | |
| SOURCEDIMID | int | yes | Source system used. | |
| ETLCONTROLID | int | yes | ID generated through the ETL process. |
Indexes
| Index Name | Fields | Unique | Primary | Clustered |
|---|---|---|---|---|
| PK_DIM_DONOTMAILREASON | DONOTMAILREASONDIMID | yes | yes | yes |