OrganizationFieldsRelationshipFilterAll
Returns the relationship filter entries using a logical AND condition for organization fields.
View-Specific Information
Select
The provider uses the Zendesk API to process WHERE clause conditions built with the following column and operator:- OrganizationFieldId supports the = operator.
For example, the following query is processed server-side while other filters are processed client-side within the provider.
SELECT * FROM OrganizationFieldsRelationshipFilterAll WHERE OrganizationFieldId = '23344947299484'
Columns
| Name | Type | References | Description |
| OrganizationFieldId | Long | The Id of the organization field. | |
| Field | String | The name of the ticket field used in the filter condition. | |
| Operator | String | The comparison operator used in the filter condition. | |
| Value | String | The value of the ticket field used in the filter condition. |