MarkupTrans::findOrigTrans Method
Retrieves a MarkupTrans record for the original document and a specified transaction.
Syntax
client server public static MarkupTrans findOrigTrans(
RefTableId _origTableId,
RefRecId _origRecId,
RefTableId _transTableId,
RefRecId _transRecId,
[boolean _update])
Run On
Called
Parameters
- _origTableId
Type: RefTableId Extended Data Type
The table ID of the original document.
- _origRecId
Type: RefRecId Extended Data Type
The record ID of the original document.
- _transTableId
Type: RefTableId Extended Data Type
The table ID of the transaction.
- _transRecId
Type: RefRecId Extended Data Type
The record ID of the transaction.
- _update
Type: boolean
true if the record being retrieved will be updated; otherwise, false.
Return Value
Type: MarkupTrans Table
The MarkupTrans record associated with the original document and specified transaction, if one exists.