DIM_CONSTITUENTPHONE
Contains details about Constituent Phone Numbers
Primary Key
| Primary Key | Field Type |
|---|---|
| CONSTITUENTPHONEDIMID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| INFORMATIONSOURCESYSTEMID | uniqueidentifier | yes | dbo.[INFOSOURCECODE].[ID] | |
| INFORMATIONSOURCE | nvarchar(100) | yes | dbo.[INFOSOURCECODE].[DESCRIPTION] | |
| ORIGINCODE | tinyint | yes | dbo.[PHONE].[ORIGINCODE] | |
| ORIGIN | nvarchar(9) | yes | dbo.[PHONE].[ORIGIN] | |
| 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_CONSTITUENTPHONE | CONSTITUENTPHONEDIMID | yes | yes | yes |