Share via


AssetBook::calculateCatchUpDepreciation Method

Calculates the true-up depreciation amount for the specified 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(AssetBook _assetBook, [AssetTransDate _depreciationDate])

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

  Microsoft Dynamics AX 2012 Feature Pack (SYS)
          server public static container calculateCatchUpDepreciation(AssetBook _assetBook)

  Microsoft Dynamics AX 2012 (FPK)
          server public static container calculateCatchUpDepreciation(AssetBook _assetBook)

  Microsoft Dynamics AX 2012 (SYS)
          server public static container calculateCatchUpDepreciation(AssetBook _assetBook)

Run On

Server

Parameters

  • _assetBook
    Type: AssetBook Table
    The AssetBook table buffer for which to calculate the values.

Return Value

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

Remarks

When the date that 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

AssetBook Table