Validates this CStandardOrderLine.

Namespace: Asi.iBO.Commerce
Assembly: Asi.iBO (in Asi.iBO.dll) Version: 15.1.3.0

Syntax

C#
public override bool Validate()
Visual Basic
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.

See Also