Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets a value that indicates whether the specified asset transaction can be reversed.
Syntax
client server public static boolean checkReversal(AssetTrans _assetTrans)
Run On
Called
Parameters
- _assetTrans
Type: AssetTrans Table
The asset transaction record to check for reversal.
Return Value
Type: boolean
true if the transaction type of the passed asset transaction record is a valid type and the transaction has not been reversed nor settled, or is the original transaction; otherwise false.