PCRuntimeLibrary::isRuleOrConstraintBasedConfigurable Method [AX 2012]

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

client server public static boolean isRuleOrConstraintBasedConfigurable(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 or rule-based configuration; otherwise, false.
Show: