Gets the "user name" of the person who entered the COrder.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public string EnteredBy { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property EnteredBy As String |
| Visual C++ |
|---|
public: property String^ EnteredBy { String^ get (); } |
Field Value
The user name is typically the person's web login name or the iMIS Staff User's iMIS login name.
Remarks
A custom security implementation can define this to be something other than the above.