PCRuntimeConfiguratorValidate.getXmlForModel Method [AX 2012]
Gets the runtime xml for the product configuration model passed as argument.
Note |
|---|
|
The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using. |
Microsoft Dynamics AX 2012 R3
protected str getXmlForModel(
PCProductConfigurationModel _productConfigurationModel,
[PCPriceMethod _priceMethod,
PCRuntimePriceModelInstance _runtimePriceModelInstance])
Microsoft Dynamics AX 2012 R2 (SYS)
protected str getXmlForModel(PCProductConfigurationModel _productConfigurationModel)
Run On
ClientParameters
- _productConfigurationModel
- Type: PCProductConfigurationModel Table
A product configuration model.
- _priceMethod
- Type: PCPriceMethod Enumeration
- _runtimePriceModelInstance
- Type: PCRuntimePriceModelInstance Class
Community Additions
ADD
Show:
Note