AssetTrans::checkReversal_JP Method
Checks if specific asset trans can be reversed.
Syntax
client server public static boolean checkReversal_JP(
AssetTrans _assetTrans,
boolean _isValid,
[AssetDocumentTrans_JP _assetDocumentTrans])
Run On
Called
Parameters
- _assetTrans
Type: AssetTrans Table
The AssetTrans record.
- _isValid
Type: boolean
The original validation value.
- _assetDocumentTrans
Type: AssetDocumentTrans_JP Table
The AssetDocumentTrans_JP record; Optional.
Return Value
Type: boolean
true if the transaction is supported; otherwise, false.