Share via


AssetDepCalculation_JP.getReductionEntryOriginBeginningBalance Method [AX 2012]

Gets the beginning balance of accumulated depreciation amount for specified date.

Syntax

public AssetAmount getReductionEntryOriginBeginningBalance(AssetTransDate _date)

Run On

Called

Parameters

Return Value

Type: AssetAmount Extended Data Type
The beginning balance of accumulated depreciation amount for specified date.

Remarks

It will use cache to improve performance. And the cache is also used to avoid accessing database for recatpure function.

See Also

Reference

AssetDepCalculation_JP Class