Compartir a través de


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

  • _periodStart
    Type: date
    The start date of the period.
  • _periodEnd
    Type: date
    The end date of the period.

Return Value

Type: boolean
true if bonus depreciation exists for the asset depreciation book; otherwise, false.

See Also

Reference

AssetGroupTrans_IN Table