DIM_CONSTITUENTADDRESSTYPE
Contains address types used for constituent addresses.
Primary Key
Primary Key |
Field Type |
CONSTITUENTADDRESSTYPEDIMID |
int |
Fields
Field |
Field Type |
Null |
Notes |
Description |
CONSTITUENTADDRESSTYPESYSTEMID |
uniqueidentifier |
yes |
|
dbo.[ADDRESSTYPECODE].[ID] |
CONSTITUENTADDRESSTYPE |
nvarchar(100) |
yes |
|
dbo.[ADDRESSTYPECODE].[DESCRIPTION] |
ISACTIVE |
bit |
yes |
|
dbo.[ADDRESSTYPECODE].[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_CONSTITUENTADDRESSTYPE |
CONSTITUENTADDRESSTYPEDIMID |
yes |
yes |
yes |