PCProductModelDetailsController.openEditorUsingStringControlData Method [AX 2012]

Open the editor with data associated with the FormStringContrl

public void openEditorUsingStringControlData(
    FormStringControl _formStringControl, 
    str _selectedComponentXpath, 
    PCConstraintEditorOpenPurpose _constraintEditorOpenPurpose, 
   [PCPriceMethod _priceMethod, 
    PCRuntimePriceModelInstance _runtimePriceModelInstance])

Run On

Called

Parameters

_formStringControl
Type: FormStringControl Class
The FormStringContrl whose data the editor shall work on.
_selectedComponentXpath
Type: str
The path to the component in scope
_constraintEditorOpenPurpose
Type: PCConstraintEditorOpenPurpose Enumeration
The constraint mode which the the editor will work.
_priceMethod
Type: PCPriceMethod Enumeration
The price method to use.
_runtimePriceModelInstance
Type: PCRuntimePriceModelInstance Class
Which of the price models for the constraint model should be used.

Community Additions

ADD
Show: