JmgChangeLog::find Method

Find the specified change log in the specified table.

Syntax

client server public static JmgChangeLog find(
    RefTableId _transTableId, 
    RefRecId _transRecId, 
   [boolean _forUpdate])

Run On

Called

Parameters

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

Return Value

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

See Also

Reference

JmgChangeLog Table