FACT_SYSTEMROLEAPPUSER
Contains information about application user system roles
Primary Key
| Primary Key | Field Type |
|---|---|
| SYSTEMROLEAPPUSERFACTID | int |
Fields
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
| SYSTEMROLEAPPUSERSYSTEMID | uniqueidentifier | yes | [dbo].[SYSTEMROLEAPPUSER].[ID] | |
| APPUSERDIMID | int | yes | Reference key to the application user dimension, derived from dbo.[SYSTEMROLEAPPUSER].[APPUSERID] | |
| APPUSERSYSTEMID | uniqueidentifier | yes | [dbo].[SYSTEMROLEAPPUSER].[APPUSERID] | |
| SYSTEMROLEDIMID | int | yes | Reference key to the system role dimension, derived from dbo.[SYSTEMROLEAPPUSER].[SYSTEMROLEID] | |
| SITESECURITYMODE | tinyint | yes | [dbo].[SYSTEMROLEAPPUSER].[SECURITYMODECODE] | |
| CONSTITUENTSECURITYMODE | tinyint | yes | [dbo].[SYSTEMROLEAPPUSER].[CONSTITUENTSECURITYMODECODE] | |
| 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_FACT_SYSTEMROLEAPPUSER | SYSTEMROLEAPPUSERFACTID | yes | yes | yes |