AssetTrans::existDepreciationTrans Method
Checks whether a depreciation, depreciation adjustment, or extraordinary depreciation transaction is in the asset transaction table.
Syntax
client server public static boolean existDepreciationTrans(AssetId _assetId, AssetBookId _bookId)
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset ID in which to check for a depreciation transaction.
- _bookId
Type: AssetBookId Extended Data Type
The value model in which to check for a depreciation transaction.
Return Value
Type: boolean
true if a depreciation, depreciation adjustment, or extraordinary depreciation transaction exists; otherwise false.