PBALib::isConfigurableItem Method [AX 2012]

Indicates whether the item that is associated with a given item ID is a product builder item, that is, an item of type BOM that is modeling-enabled and has an active and compiled product model.

server public static boolean isConfigurableItem(ItemId _itemId)

Run On

Server

Parameters

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

Return Value

Type: boolean
true if the item is a product builder item; otherwise, false.
Show: