Share via


PdsFormCtrl_SalesEditLines.specQtyChanged Method [AX 2012]

Performs processing when the user changes the value of the SpecQty dropdown control.

Syntax

public void specQtyChanged(boolean _allowFromSpec)

Run On

Called

Parameters

  • _allowFromSpec
    Type: boolean
    A Boolean value that indicates whether the current setting of the field allows for editing the quantity fields.

Remarks

The passed indicator must be kept as other update triggers might occur and the value is required to determine the new state of the controls.

See Also

Reference

PdsFormCtrl_SalesEditLines Class