Skip to main content
Skip table of contents

BC.BUDGETDIMENSIONS

Overview

The BC.BUDGETDIMENSIONS function lets you retrieve the dimensions assigned to a specified budget in your Business Central instance. 

Syntax

CODE
=BC.BUDGETDIMENSIONS(
    ConnectionName, 
    Budget
)

Arguments

Argument

Required/Optional

Description

ConnectionName

Required

The name of the connection, as specified in the Connection Manager

Budget

Optional

GL budget name.

Example

CODE
=BC.BUDGETDIMENSIONS(
    "BC",
    "glb"
)

Description:

Returns the dimensions associated with the budget named glb for the connection BC.

image-20250926-110300.png

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.