ServiceTaxTotal_IN::insertServiceTax Method
Inserts record in ServiceTaxTotal_IN table for given parameter.
Syntax
server public static void insertServiceTax(
TmpServiceTaxInquiryTable_IN _callerTmpTable,
SelectQuery_IN _selectQry,
container _fieldNames,
ServiceTaxTransInquiry_IN _serviceTaxTransInquiry,
[boolean _setAmountsToZero])
Run On
Server
Parameters
- _callerTmpTable
Type: TmpServiceTaxInquiryTable_IN Table
A instance of TmpServiceTaxInquiryTable_IN table.
- _selectQry
Type: SelectQuery_IN Extended Data Type
The select query.
- _fieldNames
Type: container
The field name.
- _serviceTaxTransInquiry
Type: ServiceTaxTransInquiry_IN Class
A instance of ServiceTaxTransInquiry_IN.
- _setAmountsToZero
Type: boolean
This param is used to decide whether set amounts to zero; optional.