Share via


TransactionReversal_Asset.updateAssetDepBookOrigReversal Method [AX 2012]

Updates the depreciation book attributes for the transaction being reversed.

Syntax

public void updateAssetDepBookOrigReversal(AssetDepBookTrans _assetDepBookTrans)

Run On

Called

Parameters

Remarks

The method first finds the asset depreciation book to be updated based on the past transaction.

This method updates the LastDepreciationDate and LifeTimeRest fields for depreciation transactions.

This method updates the LastDepreciationDateExtraOrd field for extra ordinary depreciation transactions.

This method updates the status field for acquisition, disposal-sale, and disposal-scrap transactions.

This method updates the ReserveTransferDone field for CapitalReserveTransfer transactions.

This method updates the RevaluationDone flag for Revaluation transactions.

See Also

Reference

TransactionReversal_Asset Class