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
- _primaryLedger
Type: LedgerRecId Extended Data Type
Return Value
Type: container
A container of a packed list of containers that each have a dimension attribute record ID and name.