Overview
The BC.BUDGETDESCRIPTION function lets you retrieve the description of a specified budget in your Business Central instance.
Syntax
=BC.BUDGETDESCRIPTION(
ConnectionName,
Budget
)
Arguments
|
Argument |
Required/Optional |
Description |
|
|
Required |
The name of the connection, as specified in the Connection Manager |
|
|
Optional |
GL budget name. |
Example
=BC.BUDGETDESCRIPTION(
"BC",
"glb"
)
Description:
Returns the description for the budget named glb for the connection BC.