Click or drag to resize

SalesOrderLinesToShipmentOrderLinesFulfillmentGetFulfillmentsWithinDocument Method

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

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

Parameters

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

Return Value

Type: IEnumerableShipmentOrderLine
See Also