get_document
Retrieve specific documents from ERPNext by specifying document type and name, with optional field selection for focused data extraction.
Instructions
Get a single document by DocType and name.
Args: doctype: ERPNext DocType name name: Document name/ID fields: Optional list of fields to return
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doctype | Yes | ||
| name | Yes | ||
| fields | No |