Share via


TaxWithholdCertificatesTable_IN::findByComponentGrpCertNumber Method

Reads the TaxWithholdCertificatesTable_IN table for the specified Tax type,component group, certificate number

Syntax

client server public static TaxWithholdCertificatesTable_IN findByComponentGrpCertNumber(
    TaxWithholdComponentGroupRecId_IN _componentGroup, 
    TaxWithholdCertificateNumber_IN _certificateNumber, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

Type: TaxWithholdCertificatesTable_IN Table
A buffer containing TaxWithholdCertificatesTable_IN table.

See Also

Reference

TaxWithholdCertificatesTable_IN Table