AssetGroupTrans_IN::existBonusDepreciationTrans Method
Checks whether bonus depreciation exists for an asset depreciation book.
Syntax
client server public static boolean existBonusDepreciationTrans(
AssetGroupId _assetGroup,
AssetBookId _bookId,
date _periodStart,
date _periodEnd,
AssetId _assetId)
Run On
Called
Parameters
- _assetGroup
Type: AssetGroupId Extended Data Type
The asset group ID to find.
- _bookId
Type: AssetBookId Extended Data Type
The asset book ID to find.
- _periodStart
Type: date
The start date of the period.
- _periodEnd
Type: date
The end date of the period.
- _assetId
Type: AssetId Extended Data Type
The asset ID to find.
Return Value
Type: boolean
true if bonus depreciation exists for the asset depreciation book; otherwise, false.