TaxRegistrationGroupSetup_IN.checkSTC Method
Checks whether the specified record in the TaxRegistrationNumbers_IN table exists in the specified company.
Syntax
public boolean checkSTC(TaxRegistrationNumberRecId_IN _taxIdentificationNumber, [CompanyId _companyId])
Run On
Called
Parameters
- _taxIdentificationNumber
Type: TaxRegistrationNumberRecId_IN Extended Data Type
The registration number record ID 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.