ADO.NET Provider for Pipedrive

Build 26.0.9655

OrganizationFieldsOptions

Returns the predefined option values for enumeration-type organization fields, including each option's ID and display label.

View-Specific Information

SELECT

The provider uses the Pipedrive API to process WHERE clause conditions built with the following column and operator. The rest of the filter is executed client-side within the provider.

ColumnSupported Operators
OrganizationFieldId=

For example, the following query is processed server-side:

SELECT * FROM OrganizationFieldsOptions WHERE OrganizationFieldId = 123

Columns

Name Type References Description
Id [KEY] Integer Unique identifier of the field option.
Label String Display label of the field option as shown in the Pipedrive user interface.
OrganizationFieldId [KEY] Integer

OrganizationFields.Id

Unique identifier of the organization field to which this option belongs.

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