Click or drag to resize

ShipmentOrderLinesToShipmentLinesFulfillmentCreateFulfillmentItems Method (TupleShipmentOrderLine, StoreTransactionLine, FulfillmentAdviceTupleShipmentOrderLine, StoreTransactionLine, ShipmentLine)

Creates fulfillment items for the specified order item.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Shipment
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IEnumerable<ShipmentLine> CreateFulfillmentItems(
	Tuple<ShipmentOrderLine, StoreTransactionLine> orderItem,
	FulfillmentAdvice<Tuple<ShipmentOrderLine, StoreTransactionLine>, ShipmentLine> advice
)

Parameters

orderItem
Type: SystemTupleShipmentOrderLine, StoreTransactionLine
The order item for which to create fulfillment items.
advice
Type: Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentAdviceTupleShipmentOrderLine, StoreTransactionLine, ShipmentLine
Advice for the values of the measurements. Measures, which are not specified are fulfilled fully.

Return Value

Type: IEnumerableShipmentLine
The created fulfillment items.
Exceptions
ExceptionCondition
NotImplementedException
See Also