Set the batchnumber and batch for this COrder.

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

Syntax

C#
public void SetBatchNumberFromBatch(
	CBatch batch
)
Visual Basic
Public Sub SetBatchNumberFromBatch ( _
	batch As CBatch _
)
Visual C++
public:
void SetBatchNumberFromBatch(
	CBatch^ batch
)

Parameters

batch
Type: Asi.iBO.Financials..::..CBatch
The CBatch object to use.

Remarks

The batch must be have a status of Open; otherwise an error is reported.

See Also