Share via


AssetDepBook::calculateCatchUpDepreciation Method

Calculates the true-up depreciation value for a specified table buffer.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          server public static container calculateCatchUpDepreciation(AssetDepBook _assetDepBook, [AssetTransDate _depreciationDate])

  Microsoft Dynamics AX 2012 R2 (SYS)
          server public static container calculateCatchUpDepreciation(AssetDepBook _assetDepBook, [AssetTransDate _depreciationDate])

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static container calculateCatchUpDepreciation(AssetDepBook _assetDepBook)

  Microsoft Dynamics AX 2012 (FPK)
          server public static container calculateCatchUpDepreciation(AssetDepBook _assetDepBook)

  Microsoft Dynamics AX 2012 (SYS)
          server public static container calculateCatchUpDepreciation(AssetDepBook _assetDepBook)

Run On

Server

Parameters

  • _assetDepBook
    Type: AssetDepBook Table
    The AssetDepBook table buffer for which to calculate the value.

Return Value

Type: container
The true-up depreciation value that is calculated for the specified buffer.

Remarks

When the date on which the asset is placed in service is before the acquisition date, the system must calculate the true-up depreciation amount the first time that depreciation is run for the asset. The true-up depreciation amount is the total amount that should have been taken between the placed-in-service date and the depreciation proposal date.

See Also

Reference

AssetDepBook Table