Share via


AssetBookShiftDepreciation_IN::existPeriodOverlap Method

Checks whether overlapping periods exist.

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          client server private static boolean existPeriodOverlap(
            AssetId _assetId, 
            AssetBookId _bookId, 
            FromDate _fromDate, 
            ToDate _toDate, 
            RecId _recId)

  Microsoft Dynamics AX 2012 R2 (SYS)
          server private static boolean existPeriodOverlap(
            AssetId _assetId, 
            AssetBookId _bookId, 
            FromDate _fromDate, 
            ToDate _toDate, 
            RecId _recId)

Run On

Called

Parameters

Return Value

Type: boolean
true if overlapping periods exist; otherwise, false.

See Also

Reference

AssetBookShiftDepreciation_IN Table