Share via


TaxRegistrationNumbers_IN::existRegistrationNumber Method

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

Return Value

Type: boolean
true if the specified record exists; otherwise, false.

See Also

Reference

TaxRegistrationNumbers_IN Table