AssetBook.isTrueUpDepreciationRequired Method
Determines whether catch-up depreciation is required for this AssetBook 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 asset book, true-up depreciation does not 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 original acquisition.
This is a short-circuit method. For performance reasons, true-up depreciation should not be calculated if it is not required.