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.
Inserts or updates data in the balances map.
Syntax
private void insertBalancesMap(
MainAccountNum _mainAccount,
AccountNum _accountNum,
int _year,
AmountMST _amount)
Run On
Server
Parameters
- _mainAccount
Type: MainAccountNum Extended Data Type
The main account parameter.
- _accountNum
Type: AccountNum Extended Data Type
The account number parameter.
- _year
Type: int
The year value parameter.
- _amount
Type: AmountMST Extended Data Type
The amount to insert.