Click or drag to resize

FulfillmentTOrderItem, TFulfillmentItemExecuteFulfillment Method

Executes the fulfillment for the specified order items.

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IEnumerable<TFulfillmentItem> ExecuteFulfillment(
	IEnumerable<TOrderItem> orderItems
)

Parameters

orderItems
Type: System.Collections.GenericIEnumerableTOrderItem
The order items for which to execute the fulfillment.

Return Value

Type: IEnumerableTFulfillmentItem
See Also