BC.ACCOUNTNAME
Overview
The BC.ACCOUNTNAME function returns the account name corresponding to a given account code, as visible in the Business Central Chart of Accounts.
Syntax
=BC.ACCOUNTNAME(
ConnectionName,
Account
)
Arguments
Argument | Required/Optional | Description |
| Required | The name of the connection, as specified in the Connection Manager |
| Required | The code of the general ledger account, a spill range, or a cell range containing account codes. |
Example
=BC.ACCOUNTNAME(
"BC",
"12100"
)
Description: Returns the account name for the account number “12100”.
