SalesTaxTotal_IN::insertSalesTax Method
Inserts tax data into the SalesTaxTotal_IN table.
Syntax
client server public static void insertSalesTax(
TmpSalesTaxInquiryTable_IN _callerTmpTable,
SelectQuery_IN _selectQry,
container _fieldNames,
SalesTaxInquiryTrans_IN _salesTaxInquiry,
[boolean _setAmountsToZero])
Run On
Called
Parameters
- _callerTmpTable
Type: TmpSalesTaxInquiryTable_IN Table
A TmpSalesTaxInquiryTable_IN buffer.
- _selectQry
Type: SelectQuery_IN Extended Data Type
The query value.
- _fieldNames
Type: container
A container of the fields to query for.
- _salesTaxInquiry
Type: SalesTaxInquiryTrans_IN Class
A SalesTaxInquiryTrans_IN object.
- _setAmountsToZero
Type: boolean
A Boolean value that indicates whether to set the initial amount to 0 (zero).