CatDisplayCategoryTranslation::find Method
Finds the specified record in the CatDisplayCategoryTranslation table.
Syntax
client server public static CatDisplayCategoryTranslation find(
RefRecId _displayCategory,
LanguageId _language,
[boolean _forUpdate])
Run On
Called
Parameters
- _displayCategory
Type: RefRecId Extended Data Type
An instance of the RefRecId class to indicate the collection of CatDisplayCategoryTranslation records.
- _language
Type: LanguageId Extended Data Type
A string that represents the translation language.
- _forUpdate
Type: boolean
A Boolean value that indicates whether the query will have an update mode.
Return Value
Type: CatDisplayCategoryTranslation Table
A CatDisplayCategoryTranslation table record or an empty record.