Gets or sets a reference value that is essentially a note that relates this COrder to something else.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string CustomerReferenceValue { get; set; } |
| Visual Basic |
|---|
Public Property CustomerReferenceValue As String Get Set |
| Visual C++ |
|---|
public: property String^ CustomerReferenceValue { String^ get (); void set (String^ value); } |
Field Value
This is a freeform field that is usally a cross reference to some other work that this COrder relates to in some way.
Remarks
This field is for information purposes only. It is often used to store things like PO numbers,
the customer's internal order number, etc.
If the supplied value is greater than 40 characters in length an error is reported.