Share via


TransactionReversal_AssetGroup_IN.reversalDepBook Method [AX 2012]

Validates and reverses all asset depreciation book transaction records that are associated with the currently selected transaction.

Syntax

public void reversalDepBook(Args _args)

Run On

Called

Parameters

  • _args
    Type: Args Class
    The currently selected asset depreciation book transaction.

Remarks

This is the main routine that drives the reversal of asset depreciation book transaction reversals.

It is called from the depreciation book transaction form. The routine first validates that the transaction and all its related transactions can be reversed. A prompt is then displayed to the user to obtain the transaction posting date. This date is then validated against any asset calendars that may be related to the value model or depreciation books.

The routine first reverses all ledger transactions that are associated with the transactions. Next, all associated value model transactions are reversed. Finally, all associated depreciation book transactions are reversed.

See Also

Reference

TransactionReversal_AssetGroup_IN Class