PCModelingLibrary::validateProductForVersion Method [AX 2012]
Validates whether the product associated with the supplied product model version is compatible with constraint-based configuration.
server public static boolean validateProductForVersion(PCProductModelVersion _version)
Run On
ServerParameters
- _version
- Type: PCProductModelVersion Table
The product model version to check.
Return Value
Type: booleantrue if the product is compatible with constraint-based configuration; otherwise, false.
Show: