create_document
Create new documents in ERPNext by specifying the document type and field data. This tool enables adding records like customers, invoices, or inventory items to the ERP system.
Instructions
Create a new document.
Args: doctype: ERPNext DocType name data: JSON string of field values, e.g. '{"customer_name": "Test", "customer_type": "Individual"}'
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doctype | Yes | ||
| data | Yes |