Share via


TransactionReversalTrans::findAssetGroupTransOrig_IN Method

Finds and returns the original asset value model transaction that is associated with the specified asset value model transaction if it has been reversed.

Syntax

client server public static container findAssetGroupTransOrig_IN(AssetGroupTrans_IN assetGroupTransLocal)

Run On

Called

Parameters

Return Value

Type: container
The original related asset value model transaction; otherwise the specified asset value model transaction.

Remarks

Use the specified transaction to first find the related transaction reversal record. If one is found, use the value in the trace number field to find the transaction with the same trace number that is marked as the original transaction. Finally, use the referenced record ID from the transaction reversal record to look up the actual related original asset transaction record.

See Also

Reference

TransactionReversalTrans Table