update_document
Update specific fields on an existing ERPNext document by specifying the document type, name, and data containing the values to change.
Instructions
Update fields on an existing document.
data: field values to change, e.g. {"status": "Closed"}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | ||
| name | Yes | ||
| doctype | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||