Share via


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

  • _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.

See Also

Reference

AssetGroupDepBookTrans_IN Table