BudgetControlStatisticsManager.getBudgetControlStatisticsData Method [AX 2012]

Gets the list that contains the instances of the BudgetPeriodBalance class.

Syntax

protected List getBudgetControlStatisticsData(
    RecId _primaryLedgerRecId, 
    BudgetModelId _budgetModelId, 
    BudgetControlStatisticsPeriodOption _periodOption, 
    RecId _budgetCycleRecId, 
   [LedgerDimensionBudgetControl _ledgerDimensionBudgetControl, 
    RecId _budgetGroupRecId, 
    RecId _mainAccountRecId, 
    boolean _includeAllAccounts])

Run On

Called

Parameters

  • _primaryLedgerRecId
    Type: RecId Extended Data Type
    The ID for the primary ledger record for which to obtain the budget control statistics inquiry data.
  • _budgetGroupRecId
    Type: RecId Extended Data Type
    The record ID of the budget group for which to obtain the budget control statistics inquiry data.
  • _mainAccountRecId
    Type: RecId Extended Data Type
    The record ID of the main account to use as an additional filter on the ledger dimension value to calculate amounts.
  • _includeAllAccounts
    Type: boolean
    A Boolean value that indicates whether to include all the main accounts for the ledger dimension.

Return Value

Type: List Class
A list that contains instances of the BudgetPeriodBalance class that contain all the aggregated AmountMST values.

See Also

Reference

BudgetControlStatisticsManager Class