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
ClientOrServerParameters
- _itemId
- Type: ItemId Extended Data Type
The ID of the item to validate.
Return Value
Type: booleantrue if the item is compatible with constraint-based configuration; otherwise, false.
Show: