Share via


TransactionReversal_Asset.createAssetDepBookTrans Method [AX 2012]

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.

See Also

Reference

TransactionReversal_Asset Class