Click or drag to resize

SalesOrderLinesToPurchaseOrderLinesFulfillmentGetDocumentFulfillmentsQuery Method

Gets the query, which obtains all the fulfillments of the parent document of the order item.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Sales
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IQueryable<PurchaseOrderLine> GetDocumentFulfillmentsQuery(
	SalesOrderLine orderItem
)

Parameters

orderItem
Type: Aloe.EnterpriseOne.Model.Crm.SalesSalesOrderLine
The order item.

Return Value

Type: IQueryablePurchaseOrderLine
The query for all the fulfillments of the parent document.
See Also