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

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

See Also

Reference

MarkupTrans Table