Validation messages
banana_messagesRetrieve accounting validation/error messages as a JSON array. Optionally set recheck=true to run 'Recheck accounting' first.
Instructions
Return the list of accounting validation/error messages as a JSON array. Set recheck=true to force a fresh 'Recheck accounting' before returning.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| doc | No | Accounting document name as opened in Banana (e.g. "accounting.ac2"). Append "_p1", "_p2" for previous years. Defaults to BANANA_DEFAULT_DOC if set. | |
| recheck | No | When true, run 'Recheck accounting' first. |