Gets Product Quantity

Namespace:  QFD
Assembly:  QFD (in QFD.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
public BaseField Quantity { get; }
Visual Basic (Declaration)
Public ReadOnly Property Quantity As BaseField
Visual C++
public:
property BaseField^ Quantity {
	BaseField^ get ();
}

Field Value

The Quantity of product units

Remarks

  • System Name - Quantity
  • Quik! Form Field Name - Qty
  • Short Name - Product Quantity
  • Description - Quantity of product units
  • Category - Product
  • Service Level - Premium
  • Data Set Type - ProductItem
  • Field Data Type - Numeric

See Also