Validates this CStandardOrderLine.
Namespace:
Asi.iBO.CommerceAssembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.2.0
Syntax
| C# |
|---|
public override bool Validate() |
| Visual Basic (Declaration) |
|---|
Public Overrides Function Validate As Boolean |
| Visual C++ |
|---|
public: virtual bool Validate() override |
Return Value
True if there are no errors; false otherwise.
Remarks
If the SourceSystem is set to "MEETING" an error is generated.
If the SourceSystem is set to "ORDER" and the SourceCode is set to "WEB", then if the
SellOnWeb is not true, an error is generated.