DIM_CONSTITUENTSECURITYGROUP
Contains information about constituent security groups
Primary Key
| Primary Key | Field Type |
|---|---|
| CONSTITUENTSECURITYGROUPDIMID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| CONSTITUENTSECURITYGROUPSYSTEMID | uniqueidentifier | yes | [dbo].[CONSTIT_SECURITY_ATTRIBUTE].[ID] | |
| CONSTITUENTSECURITYGROUPNAME | nvarchar(100) | yes | [dbo].[CONSTIT_SECURITY_ATTRIBUTE].[NAME] | |
| CONSTITUENTSECURITYGROUPDESCRIPTION | nvarchar(255) | yes | [dbo].[CONSTIT_SECURITY_ATTRIBUTE].[DESCRIPTION] | |
| 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_CONSTITUENTSECURITYGROUP | CONSTITUENTSECURITYGROUPDIMID | yes | yes | yes |