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
- _transTableId
Type: RefTableId Extended Data Type
The table ID of the table to use.
- _transRecId
Type: RefRecId Extended Data Type
The record ID of the record to find.
- _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.