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.
Determines whether an asset transaction is eligible to be reversed or revoked.
Syntax
public container canTranBeReversed_ValueModels(
Voucher _voucher,
AssetTransDate _transDate,
boolean _revoke)
Run On
Called
Parameters
- _voucher
Type: Voucher Extended Data Type
The voucher number that corresponds to the transaction to find.
- _transDate
Type: AssetTransDate Extended Data Type
The transaction date of the transaction to reverse or revoke.
- _revoke
Type: boolean
The attribute that determines to whether to validate a reversal or a revoke.
Return Value
Type: container
true if the transaction can be reversed or revoked; otherwise, false.