get_document
Fetch a specific ERPNext document by entering its DocType and name (primary key).
Instructions
Fetch a single document by DocType and name (primary key).
Example: get_document("Customer", "CUST-0001")
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| doctype | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||