Share via


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

  • _assetDocumentTypes
    Type: container
    The list of document types.

Return Value

Type: boolean
true if the document entry exists; otherwise, false.

See Also

Reference

AssetDocumentEntry_JP Table