AssetDepBookTrans::existAdjustmentTransPerDate Method

Checks whether a depreciation, depreciation adjustment, or extraordinary depreciation transaction exists in the asset transaction table.

Syntax

client server public static boolean existAdjustmentTransPerDate(
    AssetId _assetId, 
    AssetDepreciationBookId _depreciationBookId, 
    TransDate _startPeriod, 
    TransDate _endPeriod)

Run On

Called

Parameters

Return Value

Type: boolean
true if a depreciation, depreciation adjustment, or extraordinary depreciation transaction exists; otherwise, false.

See Also

Reference

AssetDepBookTrans Table