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.
Creates and reverses or revokes an individual asset transaction.
Syntax
public void createAssetTrans(AssetTrans _assetTransOrig)
Run On
Called
Parameters
- _assetTransOrig
Type: AssetTrans Table
The original asset transaction to reverse or revoke.
Remarks
This method first creates a new asset transaction for the reversal. It then creates an original transaction reversal record if this is the first record. Next, it updates the value model attributes depending on whether the transactions was reversed or revoked.
Finally, it creates a transaction reversal record for the new reversal or revoke.