DIM_CONSTITUENTADDRESSFLAG
Contains flags for constituent addresses.
Primary Key
Primary Key |
Field Type |
CONSTITUENTADDRESSFLAGDIMID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
DONOTMAIL |
bit |
yes |
|
dbo.[ADDRESS].[DONOTMAIL] |
ISCONFIDENTIAL |
bit |
yes |
|
dbo.[ADDRESS].[ISCONFIDENTIAL] |
ISPRIMARY |
bit |
yes |
|
dbo.[ADDRESS].[ISPRIMARY] |
ISINCLUDED |
bit |
yes |
|
Flag indicating when data should be included in results. |
ETLCONTROLID |
int |
yes |
|
ID generated through the ETL process. |
SOURCEDIMID |
int |
yes |
|
Source system used. |
ISCURRENT |
bit |
yes |
|
Derived using the dbo.[ADDRESS].[HISTORICALSTARTDATE] and the dbo.[ADDRESS].[HISTORICALENDDATE] |
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
PK_DIM_CONSTITUENTADDRESSFLAG |
CONSTITUENTADDRESSFLAGDIMID |
yes |
yes |
yes |