StoreOrderLineToStoreTransactionLineFulfillmentGetTransactionsTotalCost Method |
Gets the cost of all released store transactions for the specified line (in the transactions document cost).
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic Amount GetTransactionsTotalCost(
StoreOrderLine storeOrderLine
)
Public Function GetTransactionsTotalCost (
storeOrderLine As StoreOrderLine
) As Amount
public:
Amount^ GetTransactionsTotalCost(
StoreOrderLine^ storeOrderLine
)
member GetTransactionsTotalCost :
storeOrderLine : StoreOrderLine -> Amount
Parameters
- storeOrderLine
- Type: Aloe.EnterpriseOne.Model.Logistics.InventoryStoreOrderLine
The store order line for which to calculate the result.
Return Value
Type:
Amount
The total cost of the related transaction lines.
Remarks
The result is in the currency of the store transactions.
If the currencies of the different transactions are not the same, the method throws an exception.
The result is calculated in the direction (issue or receipt) of the store order.
See Also