Gets or sets the date and time that a backordered order was released for shipping.

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

Syntax

C#
public DateTime BackorderReleasedOn { get; set; }
Visual Basic (Declaration)
Public Property BackorderReleasedOn As DateTime
Visual C++
public:
property DateTime BackorderReleasedOn {
	DateTime get ();
	void set (DateTime value);
}

Field Value

The date and time that a backordered order was released for shipping.

Remarks

This is normally set automatically by iMIS when sufficient inventory is added back into inventory to fulfill backorders. It is also set automatically when backorders are manually released. This property can be used to override those values or for integration with 3rd party fulfillment systems, for example.

See Also