Gets the total number of items on the order that are currently backordered.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public double TotalQuantityBackordered { get; } |
| Visual Basic |
|---|
Public ReadOnly Property TotalQuantityBackordered As Double Get |
| 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.