TaxRegistrationNumbers_IN::findByTaxType Method
Reads the TaxRegistrationNumbers_IN table for the specified registration number and tax type.
Syntax
client server public static TaxRegistrationNumbers_IN findByTaxType(
TaxRegistrationNumber_IN _registrationNumber,
TaxType_IN _taxType,
[boolean _forUpdate])
Run On
Called
Parameters
- _registrationNumber
Type: TaxRegistrationNumber_IN Extended Data Type
The registration number for IN tax.
- _taxType
Type: TaxType_IN Enumeration
The tax type for different IN taxes.
- _forUpdate
Type: boolean
A Boolean value that indicates whether to read the record for update.
Return Value
Type: TaxRegistrationNumbers_IN Table
A buffer that contains the TaxRegistrationNumbers_IN table.