TaxWithholdTrans_IN::taxWithholdAmountCur Method
Returns the sum of TaxWithholdAmountCur from the TaxWithholdTrans_IN table for the specified voucher.
Syntax
client server public static TaxWithholdAmountCur taxWithholdAmountCur(
TaxWithholdCodeType_IN _taxWithholdCodeType,
Voucher _voucher,
TransDate _transDate)
Run On
Called
Parameters
- _taxWithholdCodeType
Type: TaxWithholdCodeType_IN Enumeration
The TaxWithholdCodeType_IN used to find the specific record.
- _voucher
Type: Voucher Extended Data Type
The voucher is used to find the specific record.
- _transDate
Type: TransDate Extended Data Type
The transaction date that is used to find the specific record.
Return Value
Type: TaxWithholdAmountCur Extended Data Type
Returns the table buffer if it is found.