Share via


BudgetPrimaryLedgerDimensionAttribute::budgetDimensionsList 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
          client server public static List budgetDimensionsList([LedgerRecId _primaryLedger])

  Microsoft Dynamics AX 2012 R2 (SYS)
          client server public static List budgetDimensionsList()

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          client server public static List budgetDimensionsList()

  Microsoft Dynamics AX 2012 (FPK)
          client server public static List budgetDimensionsList()

  Microsoft Dynamics AX 2012 (SYS)
          client server public static List budgetDimensionsList()

Run On

Called

Parameters

Return Value

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

See Also

Reference

BudgetPrimaryLedgerDimensionAttribute Table