PCRuntimeConfiguratorValidate.getXmlForModel Method [AX 2012]

Gets the runtime xml for the product configuration model passed as argument.

NoteNote

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

Client

Parameters

_productConfigurationModel
Type: PCProductConfigurationModel Table
A product configuration model.
_priceMethod
Type: PCPriceMethod Enumeration
_runtimePriceModelInstance
Type: PCRuntimePriceModelInstance Class

Return Value

Type: str
An xml representation of the runtime configuration model.

Community Additions

ADD
Show: