Click or drag to resize

InvoiceLinesToAssetOrderLinesFulfillmentGetFulfillmentsWithinDocument Method

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

Namespace:  Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IEnumerable<AssetOrderLine> GetFulfillmentsWithinDocument(
	InvoiceLine orderItem,
	IEnumerable<AssetOrderLine> documentFulfillments
)

Parameters

orderItem
Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceLine
The order item.
documentFulfillments
Type: System.Collections.GenericIEnumerableAssetOrderLine
The document fulfillments.

Return Value

Type: IEnumerableAssetOrderLine
See Also