update_document
Modify existing ERPNext documents by specifying the document type, name, and field updates to maintain accurate business data.
Instructions
Update an existing document.
Args: doctype: ERPNext DocType name name: Document name/ID data: JSON string of fields to update
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doctype | Yes | ||
| name | Yes | ||
| data | Yes |