Share via


PdsCWQtyFieldPair::constructFromFieldIds Method [AX 2012]

Initializes a new instance of the PdsCWQtyFieldPair class.

Syntax

client server public static PdsCWQtyFieldPair constructFromFieldIds(
    FieldId _cwFieldId, 
    FieldId _qtyFieldId, 
    FieldId _unitFieldId, 
   [boolean _allowQtyEdit])

Run On

Called

Parameters

  • _allowQtyEdit
    Type: boolean
    A Boolean value that indicates whether the quantity ID can be edited.

Return Value

Type: PdsCWQtyFieldPair Class
A new instance of the PdsCWQtyFieldPair class.

See Also

Reference

PdsCWQtyFieldPair Class