RoleReportPermissions
Get the report permissions associated with a role.
Table Specific Information
Select
The 本製品 uses the Zoho Books API to process WHERE clause conditions built with the following columns and operators:
- RoleId supports the '=' comparison.
The rest of the filters are executed client-side in the 本製品.
For example:
SELECT * FROM RoleReportPermissions WHERE RoleId = '1234';
Columns
| Name | Type | References | SupportedOperators | Description |
| RoleId | String |
Roles.Id | Id of the role. | |
| RoleName | String | Name of the role. | ||
| DisplayName | String | Display name of the role. | ||
| Description | String | Description of the role. | ||
| Group | String | Group. | ||
| GroupFormatted | String | GroupFormatted. | ||
| IsReportNewPermissionFlowEnabled | Boolean | IsReportNewPermissionFlowEnabled. | ||
| Entity | String | Entity. | ||
| EntityFormatted | String | EntityFormatted. | ||
| FullAccess | Boolean | FullAccess. | ||
| ReportGroup | String | ReportGroup. | ||
| ReportGroupFormatted | String | ReportGroupFormatted. | ||
| ReportConstant | String | ReportConstant. | ||
| ReportNameFormatted | String | ReportNameFormatted. | ||
| CanAccess | Boolean | CanAccess. | ||
| CanExport | Boolean | CanExport. | ||
| CanSchedule | Boolean | CanSchedule. | ||
| CanShare | Boolean | CanShare. | ||
| ReportFullAccess | Boolean | ReportFullAccess. | ||
| IsExportEnabled | Boolean | IsExportEnabled. | ||
| IsScheduleEnabled | Boolean | IsScheduleEnabled. | ||
| ModuleList | String | ModuleList. | ||
| DependentEntities | String | DependentEntities. |