DIM_CONSTITUENTPHONETYPE

Contains information about constituent phone types

Primary Key

Primary Key Field Type
CONSTITUENTPHONETYPEDIMID int

Fields

Field Field Type Null Notes Description
CONSTITUENTPHONETYPESYSTEMID uniqueidentifier yes dbo.[PHONETYPECODE].[ID]
CONSTITUENTPHONETYPE nvarchar(100) yes dbo.[PHONETYPECODE].[DESCRIPTION]
ISACTIVE bit yes dbo.[PHONETYPECODE].[ACTIVE]
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.

Indexes

Index Name Fields Unique Primary Clustered
PK_DIM_CONSTITUENTPHONETYPE CONSTITUENTPHONETYPEDIMID yes yes yes