TaxTexts_FI::checkExist Method
Indicates whether the specified record exists in the TaxTexts_FI table and displays a message if the record does not exist.
Syntax
client server public static boolean checkExist(TaxCode _taxCode, CustLanguageId _languageId)
Run On
Called
Parameters
- _taxCode
Type: TaxCode Extended Data Type
The TaxCode value of the record for which to check.
- _languageId
Type: CustLanguageId Extended Data Type
The CustLanguageId value of the record for which to check.
Return Value
Type: boolean
true if the specified record exists; otherwise, false.