Share via


PCTmpTranslation::findTranslationRecord Method

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

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

See Also

Reference

PCTmpTranslation Table