Click or drag to resize

InvoiceToPaymentOrderFulfillmentCreateFulfillmentItems Method (InvoiceToPaymentOrderFulfillmentOrderItem, FulfillmentAdviceInvoiceToPaymentOrderFulfillmentOrderItem, PaymentOrder)

Creates the fulfillment item.

Namespace:  Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IEnumerable<PaymentOrder> CreateFulfillmentItems(
	InvoiceToPaymentOrderFulfillmentOrderItem orderItem,
	FulfillmentAdvice<InvoiceToPaymentOrderFulfillmentOrderItem, PaymentOrder> advice
)

Parameters

orderItem
Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceToPaymentOrderFulfillmentOrderItem
The order item.
advice
Type: Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentAdviceInvoiceToPaymentOrderFulfillmentOrderItem, PaymentOrder
The advice.

Return Value

Type: IEnumerablePaymentOrder
See Also