erpnext_doc_map
Creates a mapped document from a source to target doctype in ERPNext, with dry-run and save-draft options. Freezes the save when requested.
Instructions
Generate a common mapped document, then freeze any requested save. Use call_method for other mappings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| extra_args | No | ||
| save_draft | No | ||
| source_name | Yes | ||
| source_doctype | Yes | ||
| target_doctype | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||