Validates this CBatch object.

Namespace:  Asi.iBO.Financials
Assembly:  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 BatchNumber is missing, or if this is a new CBatch and a batch already exists with the same BatchNumber, an error is generated.

See Also