Global::acceleratedDepreciation Method [AX 2012]
Calculates the accelerated depreciation of an asset.
Syntax
client server public static real acceleratedDepreciation(
real price,
real scrap,
real life,
int period)
Run On
Called
Parameters
- price
Type: real
The purchase price of the asset.
- scrap
Type: real
The residual value of the asset that has been written off.
- life
Type: real
The expected lifetime of the asset.
- period
Type: int
The period over which to calculate depreciation.
Return Value
Type: real
The depreciation of the asset.
Remarks
This method is a rename of the ddb method.