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.
Determines whether the specified record in the TaxRegistrationNumbers_IN table exists for the specified registration number, tax type, and registration type.
Syntax
client server public static boolean existRegistrationNumber(
TaxRegistrationNumber_IN _registrationNumber,
TaxType_IN _taxType,
TaxRegistrationType_IN _registrationType)
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.
- _registrationType
Type: TaxRegistrationType_IN Enumeration
The registration type of the company, customerm or vendor.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.