frappe_update_doc
Update any existing document in Frappe/ERPNext by specifying its DocType, name, and the field values to modify.
Instructions
Update an existing document identified by doctype and name with the provided field values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Key-value pairs of fields to update. | |
| name | Yes | The document name/ID. | |
| doctype | Yes | The DocType of the document. |