Difference between revisions of "JCM Table: dbo.ADM ReportAccessPermissions"
From Sherlock Software
| Line 5: | Line 5: | ||
! Col ID !! Name !! Data Type !! Description | ! Col ID !! Name !! Data Type !! Description | ||
|- | |- | ||
| 1 || reportID || smallint || | | 1 || reportID || smallint || Report id | ||
|- | |- | ||
| 2 || userGroupID || smallint || | | 2 || userGroupID || smallint || User group id | ||
|} | |} | ||
</br> | </br> | ||
Revision as of 23:23, 30 December 2021
TABLE NAME: dbo.ADM_ReportAccessPermissions
This table is used to record which user group can access which report.
| Col ID | Name | Data Type | Description |
|---|---|---|---|
| 1 | reportID | smallint | Report id |
| 2 | userGroupID | smallint | User group id |
Back to JCM Database tables