Share via


AssetBookShiftDepreciation_IN::existDataWithoutDate Method

Checks whether an assetBookShiftDepreciation_IN record exists that does not have a date range.

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 existDataWithoutDate(
            AssetId _assetId, 
            AssetBookId _bookId, 
            RecId _recId)

  Microsoft Dynamics AX 2012 R2 (SYS)
          server private static boolean existDataWithoutDate(
            AssetId _assetId, 
            AssetBookId _bookId, 
            RecId _recId)

Run On

Called

Parameters

Return Value

Type: boolean
true if a record exists; otherwise, false.

See Also

Reference

AssetBookShiftDepreciation_IN Table