update_document
Update an existing ERPNext document by specifying its DocType, record name, and data changes. Keep records accurate by modifying fields directly.
Instructions
Update an existing document in ERPNext
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | Document data to update | |
| name | Yes | Document name/ID | |
| doctype | Yes | ERPNext DocType (e.g., Customer, Item) |