Gets or sets the marketing Source Code that prompted the COrder.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public virtual string SourceCode { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Overridable Property SourceCode As String |
| Visual C++ |
|---|
public: virtual property String^ SourceCode { String^ get (); void set (String^ value); } |
Field Value
The source code is an administrator defined code that is used to group orders and other transaction data together to associate it to a marketing appeal.
Remarks
When setting the source code, the value must not be greater than 40 characters long and must be defined in
iMIS in the SOURCE_CODE validation table; otherwise an error is reported.
For web based application, the source code is usually set to WEB. If set to WEB the products on the COrder are also
checked to see if they are sellable on the web. If any is not an error is reported.