Click or drag to resize

DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItemGetFulfillmentsWithinDocument Method

Gets the fulfillments of an order item, searching within all fulfillments of a document.

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> GetFulfillmentsWithinDocument(
	TOrderItem orderItem,
	IEnumerable<TFulfillmentItem> documentFulfillments
)

Parameters

orderItem
Type: TOrderItem
The order item.
documentFulfillments
Type: System.Collections.GenericIEnumerableTFulfillmentItem
The document fulfillments.

Return Value

Type: IEnumerableTFulfillmentItem
See Also