Click or drag to resize

FulfillmentTOrderItem, TFulfillmentItemCreateFulfillmentItems Method (TOrderItem)

Creates fulfillment items for the specified order item for all remaining quantities.

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

Parameters

orderItem
Type: TOrderItem
The order item for which to create fulfillment items.

Return Value

Type: IEnumerableTFulfillmentItem
The created fulfillment items.
See Also