AssetGroupDepBookTrans_IN::existBonusDepreciationTrans Method
Checks whether depreciation, depreciation adjustment, or extraordinary depreciation exists for an asset depreciation book.
Syntax
client server public static boolean existBonusDepreciationTrans(
AssetId _assetId,
AssetDepreciationBookId _depreciationBookId,
date _periodStart,
date _periodEnd)
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset ID to find.
- _depreciationBookId
Type: AssetDepreciationBookId Extended Data Type
The book ID to find.
- _periodStart
Type: date
The start date of the period.
- _periodEnd
Type: date
The end date of the period.
Return Value
Type: boolean
true if depreciation, depreciation adjustment, or extraordinary depreciation exists for the asset depreciation book; otherwise, false.