TmpTaxWithholdWorkTrans_IN::totalWithholdTaxAmount Method
Gets the total withholdingTax value for the given TmpTaxWithholdWorkTrans_IN table, companyId ID value, Account, SourceTableId ID value and ID value.
Syntax
client server public static TaxAmountCur totalWithholdTaxAmount(
TmpTaxWithholdWorkTrans_IN _tmpTaxWithholdWorkTrans,
CompanyId _companyId,
CustVendAC _account,
RefTableId _sourceTableId,
RefRecId _sourceRecId)
Run On
Called
Parameters
- _tmpTaxWithholdWorkTrans
Type: TmpTaxWithholdWorkTrans_IN Table
The buffer of the TmpTaxWithholdWorkTrans_IN table.
- _companyId
Type: CompanyId Extended Data Type
The company ID used to find the record.
- _account
Type: CustVendAC Extended Data Type
The account number that is used to find the record.
- _sourceTableId
Type: RefTableId Extended Data Type
The table ID of source.
- _sourceRecId
Type: RefRecId Extended Data Type
The record ID of source.
Return Value
Type: TaxAmountCur Extended Data Type
The total withholdingTax value for the given transaction.