PCRuntimeConfiguratorValidate.validateModelFromXml Method [AX 2012]

Validates a product configuration model.

public void validateModelFromXml(str _xmlModel, [str _xmlValidationFocus])

Run On

Client

Parameters

_xmlModel
Type: str
The xml model to be loaded into the configurator.
_xmlValidationFocus
Type: str
An XML string containing information about the focus of the validation, if empty the whole model will be validated.

Checks the correctness of the generated XML, the model structure, the default value assignments as well as if there exists a valid solution to the model.

Community Additions

ADD
Show: