AssetDepBook.isTrueUpDepreciationRequired Method
Determines whether catch-up depreciation is required for this AssetDepBook record.
Syntax
public boolean isTrueUpDepreciationRequired()
Run On
Called
Return Value
Type: boolean
true if catch-up depreciation is required; otherwise, false.
Remarks
If there is only one acquisition for the assetDepBook record, true-up depreciation doesn’t have to be calculated. True-up depreciation has to be calculated only when there is at least one other acquisition or an acquisition adjustment in addition to the initial acquisition.
This is a short circuit method. For performance reasons true-up depreciation should not be calculated if it is not required.