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
- _componentGroup
Type: TaxWithholdComponentGroupRecId_IN Extended Data Type
Component group, to find the record.
- _certificateNumber
Type: TaxWithholdCertificateNumber_IN Extended Data Type
Certificate number, to find the record.
- _forUpdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: TaxWithholdCertificatesTable_IN Table
A buffer containing TaxWithholdCertificatesTable_IN table.