Contains contact types used for constituent relationships.
Primary Key
| Primary Key |
Field Type |
| CONTACTTYPEDIMID |
int |
Fields
| Field |
Field Type |
Null |
Notes |
Description |
| CONTACTTYPESYSTEMID |
uniqueidentifier |
yes |
|
dbo.[CONTACTTYPECODE].[ID] |
| CONTACTTYPE |
nvarchar(100) |
yes |
|
dbo.[CONTACTTYPECODE].[DESCRIPTION] |
| ISACTIVE |
bit |
yes |
|
dbo.[CONTACTTYPECODE].[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_CONTACTTYPE |
CONTACTTYPEDIMID |
yes |
yes |
yes |