PCProductModelDetailsController.openEditorUsingFactoryData Method [AX 2012]

Open the editor with data found by PCModifierFactory

public void openEditorUsingFactoryData(
    FormStringControl _formStringControl, 
    str _selectedComponentXpath, 
    PCConstraintEditorOpenPurpose _constraintEditorOpenPurpose, 
   [PCPriceMethod _priceMethod])

Run On

Called

Parameters

_formStringControl
Type: FormStringControl Class
The FormStringContrl from which the editor is opened.
_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.

Community Additions

ADD
Show: