Share via


AssetBookShiftDepreciation_IN::existSamePeriod Method

Checks whether another record exists that has the same period interval.

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 existSamePeriod(
            AssetId _assetId, 
            AssetBookId _assetBookId, 
            FromDate _fromDate, 
            ToDate _toDate, 
            RecId _recId)

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

Run On

Called

Parameters

Return Value

Type: boolean
true if another record exists that has the same period interval; otherwise, false.

See Also

Reference

AssetBookShiftDepreciation_IN Table