TaxWithholdCertificateTrans_IN.initFromCertificateLine Method
Initializes the TaxWithholdCertificateTrans_IN record from the TmpTaxWithholdCertificateLine_IN buffer.
Syntax
public void initFromCertificateLine(
TaxWithholdCertificateNumber_IN _certificateNum,
TransDate _certificateDate,
TaxWithholdACType_IN _custVendACType,
AccountNum _account,
TmpTaxWithholdCertificateLine_IN _tmpTaxWithholdCertificateLine)
Run On
Called
Parameters
- _certificateNum
Type: TaxWithholdCertificateNumber_IN Extended Data Type
Certificate number is used to update the TmpTaxWithholdCertificateLine_IN record.
- _certificateDate
Type: TransDate Extended Data Type
Certificate date is used to update the TmpTaxWithholdCertificateLine_IN record.
- _custVendACType
Type: TaxWithholdACType_IN Enumeration
Account type is used to get the account name.
- _account
Type: AccountNum Extended Data Type
Account number is used to get the account name.
- _tmpTaxWithholdCertificateLine
Type: TmpTaxWithholdCertificateLine_IN Table
TmpTaxWithholdCertificateLine_IN buffer is used to initialize the record.