Click or drag to resize

FulfillmentTOrderItem, TFulfillmentItemCreateFulfillmentItems Method (TOrderItem, FulfillmentAdviceTOrderItem, TFulfillmentItem)

Creates fulfillment items for the specified order item.

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public abstract IEnumerable<TFulfillmentItem> CreateFulfillmentItems(
	TOrderItem orderItem,
	FulfillmentAdvice<TOrderItem, TFulfillmentItem> advice
)

Parameters

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

Return Value

Type: IEnumerableTFulfillmentItem
The created fulfillment items.
See Also