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 depreciation book transaction.
Syntax
public void createAssetDepBookTrans(AssetDepBookTrans _assetDepBookTransOrig)
Run On
Called
Parameters
- _assetDepBookTransOrig
Type: AssetDepBookTrans Table
The original asset depreciation book transaction that has to be reversed or revoked.
Remarks
This method first creates a new asset depreciation book transaction for the reversal. It then creates an original transaction reversal record if this is the first record. Next, it updates the depreciation book attributes, depending on whether the transactions were reversed or revoked.
Finally, it creates a transaction reversal record for the new reversal or revoke.