PCRuntimeLibrary::parseInstanceConfiguration Method [AX 2012]
Executes the post-configuration steps for a running configuration.
server public static Map parseInstanceConfiguration(
PCProductConfigurationModel _model,
PCProductConfiguration _productConfiguration,
str _userSelectedValues,
str _boundValues,
PCRuntimeMode _runtimeMode,
PCAdaptor _adaptor)
Run On
ServerParameters
- _model
- Type: PCProductConfigurationModel Table
The product model that was configured.
- _productConfiguration
- Type: PCProductConfiguration Table
The record that contains the instance of the configuration.
- _userSelectedValues
- Type: str
The XML string that contains the attribute values that the user selected during configuration.
- _boundValues
- Type: str
The XML string that contains all the attribute values that were selected by the user or solver.
- _runtimeMode
- Type: PCRuntimeMode Enumeration
The runtime execution mode of the configuration.
- _adaptor
- Type: PCAdaptor Class
An instance of the PCAdaptor class.
Return Value
Type: Map ClassA hash map that contains the solver results of the conditions from the template lines.
Show: