BudgetControlStatisticsManager.fillBudgetTmpControlStatisticsForReport Method [AX 2012]

Fills up the BudgetTmpControlStatistics table buffer with the aggregated AmountMST values present in the BudgetPeriodBalance object.

Syntax

public BudgetTmpControlStatistics fillBudgetTmpControlStatisticsForReport(
    RecId _primaryLedgerRecId, 
    str _dimensionFocusStr, 
    RefRecId _budgetCycleTimeSpan, 
    FiscalPeriodStart _fiscalPeriodStartDate, 
    FiscalPeriodEnd _fiscalPeriodEndDate, 
    BudgetControlStatisticsBalanceType _balanceType, 
   [NoYes _includeCarryforward, 
    Query _sysQuery])

Run On

Called

Parameters

  • _dimensionFocusStr
    Type: str
    A String value that gives information about the selected dimension focus to filter the temp table records.
  • _includeCarryforward
    Type: NoYes Enumeration
    A NoYes enumeration value that specifies whether to include the carry-forward amount in the amount calculation.
  • _sysQuery
    Type: Query Class
    A query that gives information about the dynamic ranges set by using the advanced filter.

Return Value

Type: BudgetTmpControlStatistics Table
A BudgetTmpControlStatistics record.

See Also

Reference

BudgetControlStatisticsManager Class