PriceDiscResultFields::promptPriceDiscPolicyUpdate Method [AX 2012]

Initializes a field of the price discount policy dialog box that is used in header-to-line update scenarios.

client server public static DialogField promptPriceDiscPolicyUpdate(
    DialogGroup _dialogGroup, 
    Dialog _dialog, 
    PriceDiscUpdatePriceDisc _updatePriceDiscMode, 
   [boolean _refreshable])

Run On

Called

Parameters

_dialogGroup
Type: DialogGroup Class
A DialogGroup object.
_dialog
Type: Dialog Class
A Dialog object.
_updatePriceDiscMode
Type: PriceDiscUpdatePriceDisc Enumeration
A PriceDiscUpdatePriceDisc enumeration value.
_refreshable
Type: boolean
A Boolean value that indicates whether the field can be refreshed; optional.

Return Value

Type: DialogField Class
An initialized and DialogField object.
Show: