TaxRegistrationGroupSetup_IN.checkTIN Method
Checks whether the specified record in the TaxRegistrationNumbers_IN table exists for the specified registration number in the specified company.
Syntax
public boolean checkTIN(TaxRegistrationNumberRecId_IN _taxIdentificationNumber, [CompanyId _companyId])
Run On
Called
Parameters
- _taxIdentificationNumber
Type: TaxRegistrationNumberRecId_IN Extended Data Type
The registration number for IN tax.
- _companyId
Type: CompanyId Extended Data Type
The company ID; optional.
Return Value
Type: boolean
true if the specified TaxRegistrationNumbers_IN record exists; otherwise, false.