EcoResAttributeGroupTranslation::findByGroupAndLanguage Method

Finds the attribute group translation record in the EcoResAttributeGroupTranslation table by the specified attribute group and language.

Syntax

client server public static EcoResAttributeGroupTranslation findByGroupAndLanguage(
    RefRecId _attributeGroup, 
    LanguageIdAll _language, 
   [boolean _forUpdate])

Run On

Called

Parameters

  • _forUpdate
    Type: boolean
    A Boolean value that indicates whether to read the record for update; optional.

Return Value

Type: EcoResAttributeGroupTranslation Table
A record in the EcoResAttributeGroupTranslation table; otherwise, an empty record.

See Also

Reference

EcoResAttributeGroupTranslation Table