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
- _assetId
Type: AssetId Extended Data Type
The asset ID to find.
- _bookId
Type: AssetBookId Extended Data Type
The book ID to find.
- _recId
Type: RecId Extended Data Type
The record ID of an existing record that does not have to be found.
Return Value
Type: boolean
true if a record exists; otherwise, false.