Roles
Query information regarding roles.
View-Specific Information
Select
The connector uses the Zoho CRM API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the connector.
- Id supports the '=' operator.
For example, the following queries are processed server side:
SELECT * FROM Roles WHERE Id = '3152079000000026008'
Columns
| Name | Type | Description |
| Id [KEY] | String | A unique numeric identifier for the role. |
| Name | String | The name of the role. |
| DisplayLabel [KEY] | String | The way the role is displayed in the UI. |
| ReportingToName | String | The name of the role this role reports to. |
| ReportingToId | String | The id of the role this role reports to. |
| AdminUser | Boolean | Whether this role has administrative privileges or not. |
| ForecastManagerName | String | The forecast manager's name. |
| ForecastManagerId | String | The forecast manager's id. |
| ShareWithPeers | Boolean | Represents if the users with the current role have the permission to share records. |
| Description | String | Represents the description of the role, if any. |