Share via


EcoResCategoryTranslation::findByCategoryAndLanguage Method

Finds the specified record in the EcoResCategoryTanslation table by the related category and language ID.

Syntax

client server public static EcoResCategoryTranslation findByCategoryAndLanguage(
    RefRecId _category, 
    LanguageId _languageId, 
   [boolean _forupdate])

Run On

Called

Parameters

  • _forupdate
    Type: boolean
    A Boolean value that indicates whether the record is selected for update; optional.

Return Value

Type: EcoResCategoryTranslation Table
A record in the EcoResCategoryTanslation table; otherwise, an empty record buffer.

See Also

Reference

EcoResCategoryTranslation Table