Gets the quantity available for orders other than the one specified.

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

Syntax

C#
public double GetQuantityAvailable(
	double orderNumber
)
Visual Basic
Public Function GetQuantityAvailable ( _
	orderNumber As Double _
) As Double
Visual C++
public:
double GetQuantityAvailable(
	double orderNumber
)

Parameters

orderNumber
Type: System..::..Double
Number of an order to be ignored when getting data about unprocessed orders.

Return Value

DoubleSum of QtyAvailable for all the warehouses minus the amount in all unprocessed orders, except for the order specified by orderNumber.

See Also