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
Syntaxpublic override IQueryable<PaymentOrder> GetFulfillmentsQuery(
InvoiceToPaymentOrderFulfillmentOrderItem orderItem
)
Public Overrides Function GetFulfillmentsQuery (
orderItem As InvoiceToPaymentOrderFulfillmentOrderItem
) As IQueryable(Of PaymentOrder)
public:
virtual IQueryable<PaymentOrder^>^ GetFulfillmentsQuery(
InvoiceToPaymentOrderFulfillmentOrderItem^ orderItem
) override
abstract GetFulfillmentsQuery :
orderItem : InvoiceToPaymentOrderFulfillmentOrderItem -> IQueryable<PaymentOrder>
override GetFulfillmentsQuery :
orderItem : InvoiceToPaymentOrderFulfillmentOrderItem -> IQueryable<PaymentOrder>
Parameters
- orderItem
- Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceToPaymentOrderFulfillmentOrderItem
The order item.
Return Value
Type:
IQueryablePaymentOrder
A query, returning the fulfillment items.
ExceptionsException | Condition |
---|
InvalidOperationException | Unexpected error:
+ InvoiceToPaymentOrderFulfillment.GetFulfillmentItemsWhereExpression should never be called. |
See Also