Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _certificateNumber
Type: TaxWithholdCertificateNumber_IN Extended Data Type
Reads the TaxWithholdCertificate_IN table for the specified record id.
- _custVendType
Type: TaxWithholdACType_IN Enumeration
TaxWithholdACType_IN value.It may be Customer or Vendor type
- _dimensionDynamicAccount
Type: DimensionDynamicAccount Extended Data Type
Account value to find TaxWithhold Certificate record.
- _forUpdate
Type: boolean
If true, then read the record for updating.
Return Value
Type: TaxWithholdCertificate_IN Table
A buffer containing TaxWithholdCertificate_IN table.