TaxWithholdRegNumbers_IN::findByTaxRegistrationNumber Method
Reads the TaxWithholdRegNumbers_IN table for the specified registration number and registration type.
Syntax
client server public static TaxWithholdRegNumbers_IN findByTaxRegistrationNumber(
TaxWithholdRegistrationNumber_IN _registrationNumber,
TaxRegistrationType_IN _registrationType,
[boolean _forUpdate])
Run On
Called
Parameters
- _registrationNumber
Type: TaxWithholdRegistrationNumber_IN Extended Data Type
The registration number for the withholding tax.
- _registrationType
Type: TaxRegistrationType_IN Enumeration
The withholding tax registration type, for example company, customer, or vendor.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for updating.
Return Value
Type: TaxWithholdRegNumbers_IN Table
A buffer that contains the TaxWithholdRegNumberTable_IN table.