PCRuntimeLibrary::isConstraintBasedConfigurable Method [AX 2012]

Determines whether the specified item is configurable by constraint-based product configuration.

client server public static boolean isConstraintBasedConfigurable(ItemId _itemId)

Run On

ClientOrServer

Parameters

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

Return Value

Type: boolean
true if the item is compatible with constraint-based configuration; otherwise, false.
Show: