MarkupTrans::existOrigTrans Method
Determines whether a MarkupTrans table record exists for the original document and a specified transaction.
Syntax
client server public static boolean existOrigTrans(
RefTableId _origTableId,
RefRecId _origRecId,
RefTableId _transTableId,
RefRecId _transRecId)
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.
Return Value
Type: boolean
true if the original document is associated with the MarkupTrans record and specified transaction; otherwise, false.