Represents the choices avaialable for Back-Orders

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

Syntax

C#
[SerializableAttribute]
public enum BackorderOption
Visual Basic (Declaration)
<SerializableAttribute> _
Public Enumeration BackorderOption
Visual C++
[SerializableAttribute]
public enum class BackorderOption

Members

Member nameDescription
ShipPartialBackorderRemainder
The system default. Ship any items from the order that are in stock and put anything missing on backorder.
HoldUntilComplete
Hold the order until all items are in stock then ship all at once.
ShipPartialCancelRemainder
Ship any items from the order that are in stock and cancel any out of stock items from the order.
ShipCompleteOrCancelOrder
If any items are missing (not in stock) from the order, cancel the entire order.

See Also