BudgetControlStatisticsManager.copyBudgetPeriodBalanceToTmpTable Method [AX 2012]

Gets an instance of the BudgetPeriodBalance class and copies the aggregated AmountMST values to a BudgetTmpControlStatistics buffer.

Syntax

protected BudgetTmpControlStatistics copyBudgetPeriodBalanceToTmpTable(BudgetPeriodBalance _budgetPeriodBalance)

Run On

Called

Parameters

  • _budgetPeriodBalance
    Type: BudgetPeriodBalance Class
    An instance of the BudgetPeriodBalance class that acts as a source for a BudgetTmpControlStatistics buffer.

Return Value

Type: BudgetTmpControlStatistics Table
A BudgetTmpControlStatistics table buffer that contains all the aggregated AmountMST values set in their respective fields.

Remarks

This method copies all the aggregated AmountMST values from an instance of the BudgetPeriodBalance class to the BudgetTmpControlStatistics table buffer.

See Also

Reference

BudgetControlStatisticsManager Class