TmpTaxWithholdCertificateHeader_IN.initFromTaxWithholdTrans Method
Inserts a record into the TmpTaxWithholdCertificateHeader_IN table.
Syntax
public void initFromTaxWithholdTrans(
TaxWithholdType_IN _taxType,
AccountNum _account,
TransDate _fromDate,
TransDate _toDate,
TaxWithholdCertificateNumber_IN _certificateNum,
TmpTaxWithholdCertificateHeader_IN _tmpTaxWithholdCertificateHeader,
TaxWithholdACType_IN _custVendACType)
Run On
Called
Parameters
- _taxType
Type: TaxWithholdType_IN Enumeration
The withhold tax type that is used to find the record.
- _account
Type: AccountNum Extended Data Type
The account ID used to find the record.
- _fromDate
Type: TransDate Extended Data Type
The start date is used to find the record.
- _toDate
Type: TransDate Extended Data Type
The end date is used to find the record.
- _certificateNum
Type: TaxWithholdCertificateNumber_IN Extended Data Type
The withhold tax certification number is used to find the record.
- _tmpTaxWithholdCertificateHeader
Type: TmpTaxWithholdCertificateHeader_IN Table
The TmpTaxWithholdCertificateHeader_IN table buffer.
- _custVendACType
Type: TaxWithholdACType_IN Enumeration
The custVendACType type.