PCEnterprisePortalMain::isConstraintBased Method [AX 2012]

Determines whether the _itemId value is constraint based configurable.

server public static boolean isConstraintBased(ItemId _itemId)

Run On

Server

Parameters

_itemId
Type: ItemId Extended Data Type
The item to check.

Return Value

Type: boolean
true if _itemId is constraint based configurable; otherwise, false.
Show: