Share via


PdsFormCtrl_PurchEditLines.specQtyChanged Method [AX 2012]

Is called when the user changes the value of the SpecQty drop-down list.

Syntax

public void specQtyChanged(boolean _allowFromSpec)

Run On

Called

Parameters

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

Remarks

The passed indicator needs to 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_PurchEditLines Class