PCXmlParseProductConfigurationModel.parse Method [AX 2012]
Stores the session values included in the XML of the specified configuration session.
public void parse(
PCProductConfigurationModel _productConfigurationModel,
PCProductConfiguration _configuration,
str _xmlContainer,
PCAdaptorProductConfigurationModel _adaptorProductConfigurationModel)
Run On
ServerParameters
- _productConfigurationModel
- Type: PCProductConfigurationModel Table
The product configuration model.
- _configuration
- Type: PCProductConfiguration Table
The product configuration session to store the values of the configuration.
- _xmlContainer
- Type: str
The string that contains the XML.
- _adaptorProductConfigurationModel
- Type: PCAdaptorProductConfigurationModel Class
An instance of the PCAdaptorProductConfigurationModel class.
Community Additions
ADD
Show: