Share via


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

  • _fieldNames
    Type: container
    A container of the fields to query for.
  • _setAmountsToZero
    Type: boolean
    A Boolean value that indicates whether to set the initial amount to 0 (zero).

See Also

Reference

SalesTaxTotal_IN Table