Click or drag to resize

FulfillmentTOrderItem, TFulfillmentItemGetFulfillments Method

Gets the fulfillments of an 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> GetFulfillments(
	TOrderItem orderItem
)

Parameters

orderItem
Type: TOrderItem
The order item for which to return fulfillments.

Return Value

Type: IEnumerableTFulfillmentItem
The fulfillments of the order item.
See Also