create_document
Create a new document in ERPNext by specifying the DocType and field values. This tool enables adding records like customers, leads, or orders to your ERP system.
Instructions
Create a new document of the given DocType.
data: field values for the new document, e.g. {"customer_name": "Acme Corp"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| doctype | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||