AssetDocumentEntry_JP::existDocumentTypesForAsset Method
Checks whether any document entry of a specified type exists for a specified asset value model or depreciation book.
Syntax
client server public static boolean existDocumentTypesForAsset(
AssetId _assetId,
AssetBookId _assetBookId,
container _assetDocumentTypes)
Run On
Called
Parameters
- _assetId
Type: AssetId Extended Data Type
The asset ID.
- _assetBookId
Type: AssetBookId Extended Data Type
The book ID.
- _assetDocumentTypes
Type: container
The list of document types.
Return Value
Type: boolean
true if the document entry exists; otherwise, false.