AssetDepTransMap_JP::calcDocumentTypeAmountToDepreciate Method [AX 2012]

Calculates the amounts to depreciate for a specified document type.

client server public static AssetAmount calcDocumentTypeAmountToDepreciate(
    AssetDocumentType_JP _documentType, 
    AssetDepBookMap_JP _assetDepBookMap, 
    AssetTransDate _transDate, 
   [AssetTableInterval _assetTableInterval])

Run On

Called

Parameters

_documentType
Type: AssetDocumentType_JP Enumeration
The type of asset document.
_assetDepBookMap
Type: AssetDepBookMap_JP Map
A record of the AssetDepBookMap_JP map; optional.
_transDate
Type: AssetTransDate Extended Data Type
The date for which to calculate the depreciation amount.
_assetTableInterval
Type: AssetTableInterval Class
An instance of the AssetTableInterval class; optional.

Return Value

Type: AssetAmount Extended Data Type
The amounts to depreciate.
Show: