Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
- _amount
Type: Amount Extended Data Type
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.