Share via


AssetBook::calculateOtherAdjustment Method

Calculates the depreciation adjustments that have basis adjustments selected for the asset or value model.

Syntax

server public static container calculateOtherAdjustment(
    AssetBook _assetBook, 
    TransDate _transDate, 
    AssetDepreciationTime _remaningPeriods, 
   [boolean _isEndPeriod])

Run On

Server

Parameters

  • _assetBook
    Type: AssetBook Table
    The AssetBook table buffer for which to calculate the value.
  • _isEndPeriod
    Type: boolean
    A Boolean value that indicates whether the period is the last depreciation period.

Return Value

Type: container
The calculated true-up depreciation value for the specified record.

Remarks

If a reevaluation, write-up, write-down, or extraordinary depreciation is entered, any true-up depreciation that is required must be generated by using the posting process of the adjustment transaction.

See Also

Reference

AssetBook Table