Gets or sets the "name" of the sales person who made the sale.
Namespace: Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0
Syntax
| C# |
|---|
public string Salesperson { get; set; } |
| Visual Basic |
|---|
Public Property Salesperson As String Get Set |
| Visual C++ |
|---|
public: property String^ Salesperson { String^ get (); void set (String^ value); } |
Field Value
The name of the salesperson is freeform.
Remarks
The salesperson's name is for information only and is not used for processing a COrder.
If the supplied value is greater than 15 characters in length an error is reported.