CustomsTotal_IN::insertCustomsData Method
inserts CustomsTotal_IN record from container and TmpCustomsInquiryTable_IN table.
Syntax
client server public static void insertCustomsData(
TmpCustomsInquiryTable_IN _callerTmpTable,
SelectQuery_IN _selectQry,
container _fieldNames,
CustomsTransInquiry_IN _customsInquiry,
[boolean _setAmountsToZero])
Run On
Called
Parameters
- _callerTmpTable
Type: TmpCustomsInquiryTable_IN Table
The TmpCustomsInquiryTable_IN table buffer to copy to CustomsTotal_IN table.
- _selectQry
Type: SelectQuery_IN Extended Data Type
The selected query value to copy to CustomsTotal_IN table.
- _fieldNames
Type: container
The container with list of fieldNames to copy to CustomsTotal_IN table.
- _customsInquiry
Type: CustomsTransInquiry_IN Class
The CustomsTransInquiry_IN class object to get values to copy to CustomsTotal_IN table.
- _setAmountsToZero
Type: boolean
if _setAmountsToZero is true, the amount fields should be set to zero.