pipedrive_update_organization_field
Update an organization custom field's name, UI visibility, and required/important settings using its field_code. Preserves field type and code.
Instructions
Update an organization custom field by field_code. field_type and field_code cannot be changed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| field_code | Yes | The field_code (40-char hash for custom fields) from the field create/list response. NOT the human field name. | |
| field_name | No | New field name (1-255 chars) | |
| ui_visibility | No | UI visibility: add_visible_flag, details_visible_flag, show_in_add_deal_dialog{show, order}, show_in_add_person_dialog{show, order}. | |
| important_fields | No | Important-field highlighting: enabled, stage_ids (always references DEAL stages, even on person/org fields). | |
| required_fields | No | Required-field config: enabled (person/org fields support only this flag). |