AssetDepTransMap_JP::calcAccumulatedDepAmountMst Method [AX 2012]
Calculates the accumulated depreciation amount in the accounting currency in a specified date range.
client server public static AssetAmount calcAccumulatedDepAmountMst(
AssetDepBookMap_JP _assetDepBookMap,
AssetTransDate _fromDate,
AssetTransDate _toDate,
[RefRecId _assetDocumentEntryRecId])
Run On
CalledParameters
- _assetDepBookMap
- Type: AssetDepBookMap_JP Map
A buffer of a table that is mapped to the AssetDepBookMap_JP map.
- _fromDate
- Type: AssetTransDate Extended Data Type
The from date.
- _toDate
- Type: AssetTransDate Extended Data Type
The to date.
- _assetDocumentEntryRecId
- Type: RefRecId Extended Data Type
Return Value
Type: AssetAmount Extended Data TypeThe accumulated depreciation amount in the accounting currency.
Show: