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

Called

Parameters

_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

Return Value

Type: boolean
true if the validation succeeds; otherwise, false.
Show: