CatProcureCatalogTranslation::exist Method
Determines whether the specified record exists in the CatProcureCatalogTranslation table.
Syntax
client server public static boolean exist(RefRecId _catalog, LanguageId _language)
Run On
Called
Parameters
- _catalog
Type: RefRecId Extended Data Type
The record ID of the catalog for which to find translation.
- _language
Type: LanguageId Extended Data Type
A string that represents the translation language.
Return Value
Type: boolean
true if the record was found; otherwise, false.