Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Finds the record that is currently being translated.
Syntax
client server public static Common findTranslationRecord(
TableId _tableId,
RefRecId _recordId,
LanguageId _language,
boolean _forupdate)
Run On
Called
Parameters
- _tableId
Type: TableId Extended Data Type
The table ID of the record being translated.
- _recordId
Type: RefRecId Extended Data Type
The record ID of the record being translated.
- _language
Type: LanguageId Extended Data Type
The language ID of the language being translated.
- _forupdate
Type: boolean
A Boolean value that indicates whether the record is selected for update; optional.
Return Value
Type: Common Table
A table buffer of the translated record.
Exceptions
Exception | Condition |
---|---|
Error | Throws an exception if an unexpected table ID is encountered. |