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