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
- _infocode
Type: RefRecId Extended Data Type
The ID of the RetailInfocodeTable record to use as a filter.
- _languageId
Type: LanguageId Extended Data Type
A language ID to use as a filter.
- _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.