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 records into the VendBalanceByDimensionTmp_CN table.
Syntax
private void insertTmpVendBalancebyDimension_CN(
AccountName _VendName,
AccountNum _VendNum,
AccountName _DimName,
AccountNum _dimNum,
AmountMST _openingBal,
AmountMST _credit,
AmountMST _debit)
Run On
Server
Parameters
- _VendName
Type: AccountName Extended Data Type
The value to assign to the AccountName field of the table.
- _VendNum
Type: AccountNum Extended Data Type
The value to assign to the AccountNum field of the table.
- _DimName
Type: AccountName Extended Data Type
The value to assign to the DimensionName field of the table.
- _dimNum
Type: AccountNum Extended Data Type
The value to assign to the DimensionNum field of the table.
- _openingBal
Type: AmountMST Extended Data Type
The value to assign to the OpeningBalance field of the table.
- _credit
Type: AmountMST Extended Data Type
The value to assign to the Credit field of the table.
- _debit
Type: AmountMST Extended Data Type
The value to assign to the Debit field of the table.