SalesOrderLineCollection..::..RaiseUseAllocatedStockQueryEvent Method

Namespace:  JiwaFinancials.Jiwa.JiwaSales.SalesOrder
Assembly:  JiwaSales (in JiwaSales.dll)

Syntax


public void RaiseUseAllocatedStockQueryEvent(
	SalesOrderLine Item,
	decimal QuantitySOHOnShelf,
	ref decimal QuantitySOHAvailable,
	ref decimal QuantityRequired,
	ref bool UseAllocatedStock
)
Public Sub RaiseUseAllocatedStockQueryEvent ( _
	Item As SalesOrderLine, _
	QuantitySOHOnShelf As Decimal, _
	ByRef QuantitySOHAvailable As Decimal, _
	ByRef QuantityRequired As Decimal, _
	ByRef UseAllocatedStock As Boolean _
)
public:
void RaiseUseAllocatedStockQueryEvent(
	SalesOrderLine^ Item, 
	Decimal^ QuantitySOHOnShelf, 
	Decimal^% QuantitySOHAvailable, 
	Decimal^% QuantityRequired, 
	bool^% UseAllocatedStock
)

Parameters

Item
Type: JiwaFinancials.Jiwa.JiwaSales.SalesOrder..::..SalesOrderLine
QuantitySOHOnShelf
Type: Decimal
QuantitySOHAvailable
Type: Decimal%
QuantityRequired
Type: Decimal%
UseAllocatedStock
Type: Boolean%