Click or drag to resize

ServiceOrderLinesToStoreOrderLinesFulfillmentGetFulfillmentsQuery Method

Gets the fulfillments query.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Service
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IQueryable<StoreOrderLine> GetFulfillmentsQuery(
	ServiceOrderLine orderItem
)

Parameters

orderItem
Type: Aloe.EnterpriseOne.Model.Applications.ServiceServiceOrderLine
The order item.

Return Value

Type: IQueryableStoreOrderLine
A query, returning the fulfillment items.
See Also