Click or drag to resize

StoreOrderLineToStoreTransactionLineFulfillmentGetTransactionsTotalQuantityBase Method

Gets the quantity in base units 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 GetTransactionsTotalQuantityBase(
	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 in base unit.
See Also