Click or drag to resize

InvoiceToPaymentOrderFulfillmentGetFulfillmentsQuery Method

Gets the fulfillments query.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IQueryable<PaymentOrder> GetFulfillmentsQuery(
	InvoiceToPaymentOrderFulfillmentOrderItem orderItem
)

Parameters

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

Return Value

Type: IQueryablePaymentOrder
A query, returning the fulfillment items.
Exceptions
ExceptionCondition
InvalidOperationExceptionUnexpected error: + InvoiceToPaymentOrderFulfillment.GetFulfillmentItemsWhereExpression should never be called.
See Also