Gets the total number of items on the order that are currently backordered.

Namespace:  Asi.iBO.Commerce
Assembly:  Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0

Syntax

C#
public double TotalQuantityBackordered { get; }
Visual Basic (Declaration)
Public ReadOnly Property TotalQuantityBackordered As Double
Visual C++
public:
property double TotalQuantityBackordered {
	double get ();
}

Field Value

This is the sum of the QuantityBackordered on all lines on the order.

Remarks

This value is calculated automatically. When any items on the order are kits, if any component of the kit is backordered then entire kit is backordered. Only the quantity of the kit is considered when making this calculation, not the quanitity of the individual components that make up the kit.

See Also