Click or drag to resize

InvoiceLinesToAssetOrderLinesFulfillmentCreateFulfillmentItems Method (InvoiceLine, FulfillmentAdviceInvoiceLine, AssetOrderLine)

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
Syntax
public override IEnumerable<AssetOrderLine> CreateFulfillmentItems(
	InvoiceLine orderItem,
	FulfillmentAdvice<InvoiceLine, AssetOrderLine> advice
)

Parameters

orderItem
Type: Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceLine
The order item for which to create fulfillment items.
advice
Type: Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentAdviceInvoiceLine, AssetOrderLine
Advice for the values of the measurements. Measures, which are not specified are fulfilled fully.

Return Value

Type: IEnumerableAssetOrderLine
The created fulfillment items.
See Also