Click or drag to resize

StoreOrderLineToStoreTransactionLineFulfillmentGetTransactionsTotalQuantity Method

Gets the quantity from all store transactions, fulfilling the specified line. The transacted quantity is measured in the direction (issue or receipt) of the store order.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Quantity GetTransactionsTotalQuantity(
	StoreOrderLine storeOrderLine
)

Parameters

storeOrderLine
Type: Aloe.EnterpriseOne.Model.Logistics.InventoryStoreOrderLine
The store order line for which to calculate the result.

Return Value

Type: Quantity
The transacted quantity.
See Also