EcoResProductRelationTypeTranslation::exist Method
Indicates whether a record in the EcoResProductRelationTypeTranslation table exists.
Syntax
client server public static boolean exist(RefRecId _recId, LanguageId _language)
Run On
Called
Parameters
- _recId
Type: RefRecId Extended Data Type
The record ID for which to search.
- _language
Type: LanguageId Extended Data Type
A string representing the translation language.
Return Value
Type: boolean
true if a record with the provided ID exists; otherwise, false.