Share via


BudgetPrimaryLedgerDimensionAttribute::budgetDimensionsListServer Method

Retrieves the dimension attributes that are enabled for budget.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          server private static container budgetDimensionsListServer(LedgerRecId _primaryLedger)

  Microsoft Dynamics AX 2012 R2 (SYS)
          server private static container budgetDimensionsListServer()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server private static container budgetDimensionsListServer()

  Microsoft Dynamics AX 2012 (FPK)
          server private static container budgetDimensionsListServer()

  Microsoft Dynamics AX 2012 (SYS)
          server private static container budgetDimensionsListServer()

Run On

Server

Parameters

Return Value

Type: container
A container of a packed list of containers that each have a dimension attribute record ID and name.

See Also

Reference

BudgetPrimaryLedgerDimensionAttribute Table