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

Server

Parameters

_version
Type: PCProductModelVersion Table
The product model version to check.

Return Value

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