ADO.NET Provider for Zendesk

Build 26.0.9655

OrganizationFieldsRelationshipFilterAny

Returns the relationship filter entries using a logical OR 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 OrganizationFieldsRelationshipFilterAny WHERE OrganizationFieldId = '22170476107292'

Columns

Name Type References Description
OrganizationFieldId Long

OrganizationFields.Id

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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 26.0.9655