Info value
banana_info_valueRetrieves a specific info value from an accounting file by section and id, such as BasicCurrency from AccountingDataBase.
Instructions
Return a single file-info value, addressed by section name and id name (e.g. section "AccountingDataBase", id "BasicCurrency").
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Info id name, e.g. "BasicCurrency". | |
| 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. | |
| section | Yes | Info section name, e.g. "AccountingDataBase". |