DIM_RESPONSE
The Response dimension contains information about responses to constituent appeals, constituent correspondence and constituent interactions.
Primary Key
| Primary Key | Field Type |
|---|---|
| RESPONSEDIMID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| RESPONSESYSTEMID | uniqueidentifier | yes | dbo.[RESPONSE].[ID] | |
| RESPONSECODE | nvarchar(10) | yes | dbo.[RESPONSE].[CODE] | |
| RESPONSE | nvarchar(100) | yes | dbo.[RESPONSE].[RESPONSE] | |
| RESPONSECATEGORY | nvarchar(100) | yes | dbo.[RESPONSECATEGORY].[NAME] | |
| 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_RESPONSE | RESPONSEDIMID | yes | yes | yes |