PCEnterprisePortalMain::hasActiveVersion Method [AX 2012]

Checks whether the item associated with _itemId has an active version.

server public static boolean hasActiveVersion(ItemId _itemId)

Run On

Server

Parameters

_itemId
Type: ItemId Extended Data Type
The ID of the item.

Return Value

Type: boolean
true if the item has an active version; otherwise, false.
Show: