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
- _attributeGroup
Type: RefRecId Extended Data Type
The attribute group of the attribute group translation record to find.
- _language
Type: LanguageIdAll Extended Data Type
The name of the attribute group record to find.
- _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.