PCRuntimeLibrary::parseConfiguration Method [AX 2012]

Executes the post-configuration steps for a running configuration.

server public static Map parseConfiguration(
    PCProductConfigurationModel _productConfigurationModel, 
    PCProductConfiguration _productConfiguration, 
    str _selectedValues, 
    PCAdaptor _adaptor)

Run On

Server

Parameters

_productConfigurationModel
Type: PCProductConfigurationModel Table
The product model that was configured.
_productConfiguration
Type: PCProductConfiguration Table
The record that contains the instance of the configuration.
_selectedValues
Type: str
The XML string that contains the attribute values that the user selected during configuration.
_adaptor
Type: PCAdaptor Class
An instance of the adapter class.

Return Value

Type: Map Class
A hash map that contains the solver results of the conditions from the template lines.
Show: