VATTotal_IN::updateVATTotal Method
Updates the table with a particular record.
Syntax
client server public static void updateVATTotal(
SelectQuery_IN _selectQuery,
TmpVATInquiryTable_IN _callerTmpTable,
container _fieldNames,
VATTransInquiry_IN _vatTransInquiry,
[boolean _setAmountsToZero])
Run On
Called
Parameters
- _selectQuery
Type: SelectQuery_IN Extended Data Type
The field that is used to find the record.
- _callerTmpTable
Type: TmpVATInquiryTable_IN Table
The table that is used to find the specific record.
- _fieldNames
Type: container
The container that is used to get the values from the table.
- _vatTransInquiry
Type: VATTransInquiry_IN Class
The object that is used to get the table buffer from views.
- _setAmountsToZero
Type: boolean
A Boolean value that is used to validate the values.