PCRuntimeLibrary::validateProductModel Method [AX 2012]
Checks the product model for errors.
client server public static boolean validateProductModel(
PCProductConfigurationModel _productModel,
[boolean _showInfolog,
str _xmlFocus])
Run On
CalledParameters
- _productModel
- Type: PCProductConfigurationModel Table
The product model to check for errors.
- _showInfolog
- Type: boolean
A Boolean value that indicates whether the Infolog should show the results of validation; optional.
- _xmlFocus
- Type: str
Show: