Share via


TaxWithholdCertificate_IN::findByCertificateNumber Method

Reads the TaxWithholdCertificate_IN table for the specified certificate number, Account Type and Account Number

Syntax

client server public static TaxWithholdCertificate_IN findByCertificateNumber(
    TaxWithholdCertificateNumber_IN _certificateNumber, 
    TaxWithholdACType_IN _custVendType, 
    DimensionDynamicAccount _dimensionDynamicAccount, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    If true, then read the record for updating.

Return Value

Type: TaxWithholdCertificate_IN Table
A buffer containing TaxWithholdCertificate_IN table.

See Also

Reference

TaxWithholdCertificate_IN Table