DIM_CONSTITUENTGROUPMEMBERROLE
Stores information about constituent group members
Primary Key
| Primary Key | Field Type |
|---|---|
| CONSTITUENTGROUPMEMBERROLEDIMID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| ROLESYSTEMID | uniqueidentifier | yes | [dbo].[GROUPMEMBERROLECODE].[ID] | |
| ROLE | nvarchar(100) | yes | [dbo].[GROUPMEMBERROLECODE].[DESCRIPTION] | |
| ISACTIVE | bit | yes | [dbo].[GROUPMEMBERROLECODE].[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_CONSTITUENTGROUPMEMBERROLE | CONSTITUENTGROUPMEMBERROLEDIMID | yes | yes | yes |