PriceDiscResultFields.runPriceDiscPolicyDialog Method [AX 2012]

Launches the price discount user dialog box.

public boolean runPriceDiscPolicyDialog(
   [RefFieldId _fieldId, 
    boolean _showLineItem, 
    boolean _skipTriggerFieldCheck])

Run On

Called

Parameters

_fieldId
Type: RefFieldId Extended Data Type
The ID of the field in question.
_showLineItem
Type: boolean
_skipTriggerFieldCheck
Type: boolean

Return Value

Type: boolean
true if the user clicks OK or no policy exists; otherwise, false.

Community Additions

ADD
Show: