App Group View
A SQL View covering the mapping of groups to the app.
Back to Reporting SQL Views.
Field Name | DB Type | Type | Nullable | Description |
---|---|---|---|---|
Groupname | nvarchar | String | 0 | Name of the group. |
Appname | nvarchar | String | 0 | Name of app to which the group belongs. |
AppId | uniqueidentifier | Guid | 0 | ID of the app to which the group belongs. |
GroupId | uniqueidentifier | Guid | 0 | ID of the group. |