EcoResAttributeTranslation::findByAttributeAndLanguage Method
Finds the specified record in the EcoResAttributeTanslation table by using the related attribute and language ID.
Syntax
client server public static EcoResAttributeTranslation findByAttributeAndLanguage(
RefRecId _attribute,
LanguageId _languageId,
[boolean _forupdate])
Run On
Called
Parameters
- _attribute
Type: RefRecId Extended Data Type
The record ID of the related EcoResAttribute record.
- _languageId
Type: LanguageId Extended Data Type
The language ID of the record to find.
- _forupdate
Type: boolean
A Boolean value that indicates whether the record is selected for update; optional.
Return Value
Type: EcoResAttributeTranslation Table
A record in the EcoResAttributeTanslation table; otherwise, an empty record buffer.