BudgetControlStatisticsManager.getBudgetControlStatisticsDataForReport Method [AX 2012]

Gets a list that contains instances of the BudgetPeriodBalance class.

Syntax

protected List getBudgetControlStatisticsDataForReport(
    RecId _primaryLedgerRecId, 
    LedgerDimensionBudgetControl _ledgerDimension, 
    RefRecId _budgetCycleTimeSpan, 
    FiscalPeriodStart _fiscalPeriodStartDate, 
    FiscalPeriodEnd _fiscalPeriodEndDate, 
   [Query _sysQuery])

Run On

Called

Parameters

  • _primaryLedgerRecId
    Type: RecId Extended Data Type
    The ID of the primary Ledger record for which the budget control statistics inquiry data will be obtained.
  • _budgetCycleTimeSpan
    Type: RefRecId Extended Data Type
    The record ID of the selected budget cycle time span for which the budget funds available report will be obtained.
  • _sysQuery
    Type: Query Class
    A query that gives information about the dynamic ranges that are set by using an advanced filter; optional.

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