Gets or sets the a value that determines what to do when items on the order are backordered.

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

Syntax

C#
public BackorderOption BackorderPreference { get; set; }
Visual Basic
Public Property BackorderPreference As BackorderOption
	Get
	Set
Visual C++
public:
property BackorderOption BackorderPreference {
	BackorderOption get ();
	void set (BackorderOption value);
}

Field Value

One of the BackorderOption options. Only set when items on the order are backordered.

Remarks

This value is automatically set when backordered items are added to the order. The setting comes from the BackorderPreference of a CContact record. If the customer's backorder preference is set to the system default setting, then the value comes from SystemBackorderOption

See Also