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

  • _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.

See Also

Reference

EcoResAttributeTranslation Table