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.
- _transDate
Type: TransDate Extended Data Type
The depreciation start TransDate value.
- _remaningPeriods
Type: AssetDepreciationTime Extended Data Type
The RemaningPeriod value for which to calculate the depreciation for the remaining period.
- _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.