Share via


RetailInfocodeTranslation::findByInfocodeLanguage Method

Finds the specified record in the RetailInfocodeTranslation table by using the specified reason code language.

Syntax

client server public static RetailInfocodeTranslation findByInfocodeLanguage(
    RefRecId _infocode, 
    LanguageId _languageId, 
   [boolean _forUpdate])

Run On

ClientOrServer

Parameters

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

Return Value

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

See Also

Reference

RetailInfocodeTranslation Table