DealFieldsOptions
Returns the selectable options for enum and set type deal fields. Each row represents one option value available for a given deal field.
Columns
| Name | Type | References | Description |
| Id [KEY] | String | The unique identifier of the field option. | |
| Label | String | The display label shown to users when selecting this option in Pipedrive. | |
| DealFieldId [KEY] | Integer |
DealFields.Id | The ID of the parent deal field that owns this option. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer more granular control over the data returned from the data source.
| Name | Type | Description | |
| Name | String | Name of the field. | |
| FieldType | String | Type of the field.
The allowed values are address, date, daterange, double, enum, monetary, org, people, phone, set, text, time, timerange, user, varchar, varchar_auto, visible_to. | |
| AddVisibleFlag | Boolean | AddVisibleFlag. |