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
Syntaxpublic Quantity GetTransactionsTotalQuantity(
StoreOrderLine storeOrderLine
)
Public Function GetTransactionsTotalQuantity (
storeOrderLine As StoreOrderLine
) As Quantity
public:
Quantity^ GetTransactionsTotalQuantity(
StoreOrderLine^ storeOrderLine
)
member GetTransactionsTotalQuantity :
storeOrderLine : StoreOrderLine -> Quantity
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