InvoiceOrderLinesToInvoiceLinesFulfillmentCreateFulfillmentItems Method (InvoiceOrderLine, FulfillmentAdviceInvoiceOrderLine, InvoiceLine) |
Creates fulfillment items for the specified order item.
Namespace:
Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override IEnumerable<InvoiceLine> CreateFulfillmentItems(
InvoiceOrderLine orderItem,
FulfillmentAdvice<InvoiceOrderLine, InvoiceLine> advice
)
Public Overrides Function CreateFulfillmentItems (
orderItem As InvoiceOrderLine,
advice As FulfillmentAdvice(Of InvoiceOrderLine, InvoiceLine)
) As IEnumerable(Of InvoiceLine)
public:
virtual IEnumerable<InvoiceLine^>^ CreateFulfillmentItems(
InvoiceOrderLine^ orderItem,
FulfillmentAdvice<InvoiceOrderLine^, InvoiceLine^>^ advice
) override
abstract CreateFulfillmentItems :
orderItem : InvoiceOrderLine *
advice : FulfillmentAdvice<InvoiceOrderLine, InvoiceLine> -> IEnumerable<InvoiceLine>
override CreateFulfillmentItems :
orderItem : InvoiceOrderLine *
advice : FulfillmentAdvice<InvoiceOrderLine, InvoiceLine> -> IEnumerable<InvoiceLine>
Parameters
- orderItem
- Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceOrderLine
The order item for which to create fulfillment items. - advice
- Type: Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentAdviceInvoiceOrderLine, InvoiceLine
Advice for the values of the measurements. Measures, which are not specified are fulfilled fully.
Return Value
Type:
IEnumerableInvoiceLine
The created fulfillment items.
See Also