update_document
Update any existing ERPNext document by specifying its DocType, name, and a JSON string of fields to modify.
Instructions
Update an existing document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| data | Yes | JSON string of fields to update | |
| name | Yes | Document name/ID | |
| doctype | Yes | ERPNext DocType name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||