Share via


InfAdjMethod_MonthBalance_MX.initRepomoTmpBalanceFields Method [AX 2012]

Assigns the monthly balance of accounts into the temporary table for each month.

Syntax

private void initRepomoTmpBalanceFields(int _currentMonth, Amount _amount)

Run On

Called

Parameters

  • _currentMonth
    Type: int
    The current month indicator to use to specify which field to use to store the monthly balance of accounts.

Remarks

This method is used in the populateTmpTable method to insert the value of the monthly balances into the respective fields in the temporary table, based on the month indicator.

See Also

Reference

InfAdjMethod_MonthBalance_MX Class