Gets or sets a value indicating that the COrder is on hold and why.

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

Syntax

C#
public string HoldCode { get; set; }
Visual Basic
Public Property HoldCode As String
	Get
	Set
Visual C++
public:
property String^ HoldCode {
	String^ get ();
	void set (String^ value);
}

Field Value

A code from those defined by the administrator in iMIS in the HOLD_CODES validation table.

Remarks

If a value other than the empty string is present, the order is on hold. The value itself indicates the reason that the order is on hold. In other words, each hold code value defined in the system represents a different reason for putting an order on hold. The value assigned must not be more than 10 characters in length and must exist in the HOLD_CODES validation table in iMIS; otherwise an error is reported.

See Also