Edit Custom Field
edit_custom_fieldUpdate an existing custom field definition in Less Annoying CRM. Modify name, options, required status, and visibility settings using the field ID from get_custom_fields.
Instructions
Update an existing custom field definition. Use get_custom_fields to find field IDs first.
Note: You cannot change the field type after creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | Updated field name | |
| options | No | Updated options for Dropdown/RadioList/Checkbox | |
| is_required | No | Whether field is required | |
| show_on_report | No | Include in reports | |
| custom_field_id | Yes | The CustomFieldId to edit | |
| show_on_active_badge | No | Show on active pipeline badges | |
| show_on_closed_badge | No | Show on closed pipeline badges |