AssetDepBook::calculateOtherAdjustment Method
Calculates the true-up depreciation value for a specified record.
Syntax
server public static container calculateOtherAdjustment(
AssetDepBook _assetDepBook,
TransDate _transDate,
AssetDepreciationTime _remaningPeriods,
[boolean _isEndPeriod])
Run On
Server
Parameters
- _assetDepBook
Type: AssetDepBook Table
The AssetDepBook table buffer for which to calculate the value.
- _transDate
Type: TransDate Extended Data Type
The depreciation start date.
- _remaningPeriods
Type: AssetDepreciationTime Extended Data Type
The value for which to calculate depreciation for the remaining period.
- _isEndPeriod
Type: boolean
A Boolean value that indicates whether the specified period is the last depreciation period.
Return Value
Type: container
The true-up depreciation value that is calculated for the specified record.
Remarks
This method uses depreciation adjustments that have basis adjustments selected for the asset or depreciation book. If a reevaluation, write-up, write-down, or extraordinary depreciation is entered, any true-up depreciation that is required must be generated by the posting process of the adjustment transaction.