Click or drag to resize

ShipmentOrderLinesToStoreOrderLinesFulfillmentCreateFulfillmentItems Method (ShipmentOrderLine, FulfillmentAdviceShipmentOrderLine, StoreOrderLine)

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<StoreOrderLine> CreateFulfillmentItems(
	ShipmentOrderLine orderItem,
	FulfillmentAdvice<ShipmentOrderLine, StoreOrderLine> advice
)

Parameters

orderItem
Type: Aloe.EnterpriseOne.Model.Logistics.ShipmentShipmentOrderLine
The order item for which to create fulfillment items.
advice
Type: Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentAdviceShipmentOrderLine, StoreOrderLine
Advice for the values of the measurements. Measures, which are not specified are fulfilled fully.

Return Value

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