AssetBook::hasOpenBookForAsset Method
Determines whether any AssetBook record that has a value of Open for the Status field is assigned to the specified fixed asset.
Syntax
client server public static boolean hasOpenBookForAsset(AssetId _assetId)
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset ID for which to find a record.
Return Value
Type: boolean
true if an open AssetBook record is found for the specified asset ID; otherwise, false.