PCRuntimeLibrary::validateGeneration Method [AX 2012]

Validates that the specified product model with the provided set of values can generate a valid BOM and a route.

client server public static boolean validateGeneration(PCProductConfigurationModel _productConfigurationModel, str _boundValues)

Run On

Called

Parameters

_productConfigurationModel
Type: PCProductConfigurationModel Table
The product model to test.
_boundValues
Type: str
The XML string that contains the set of the bound values.

Return Value

Type: boolean
true if the generation of the product model succeeded; otherwise, false.
Show: