Click or drag to resize

DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItemGetFulfillmentsQuery Method

Gets the fulfillments query. This method should never be called for the current class.

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override sealed IQueryable<TFulfillmentItem> GetFulfillmentsQuery(
	TOrderItem orderItem
)

Parameters

orderItem
Type: TOrderItem

Return Value

Type: IQueryableTFulfillmentItem
Exceptions
ExceptionCondition
InvalidOperationExceptionThis should not be called.
See Also