InfAdjMethod_OpenBalance_MX.initRepomoTmpBalanceFields Method [AX 2012]
Assigns the opening balance of accounts into a temporary table for each month.
Syntax
private void initRepomoTmpBalanceFields(int _currentMonth, Amount _amount)
Run On
Called
Parameters
- _currentMonth
Type: int
The current month indicator, which specifies the field in which to store the opening balance of the accounts.
- _amount
Type: Amount Extended Data Type
The opening balance of the accounts.
Remarks
This method is used in the populateTmpTable method to insert the value of the opening balances into the respective fields in the temporary table, based on the month indicator.