Create Custom Field
create_custom_fieldCreate a custom field in ERPNext that persists through system updates. Specify doctype, fieldname, fieldtype, and label to define the field.
Instructions
Create a custom field that survives ERPNext updates
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| label | Yes | Field label | |
| doctype | Yes | Target DocType | |
| options | No | Options | |
| fieldname | Yes | Field name | |
| fieldtype | Yes | Field type | |
| insert_after | No | Insert after field |