Click or drag to resize

SalesOrderToWorkOrderFulfillmentCreateFulfillmentItems Method (SalesOrderLine, FulfillmentAdviceSalesOrderLine, WorkOrderItem)

Creates a fulfillment item for the specified order item.

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

Parameters

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

Return Value

Type: IEnumerableWorkOrderItem
The created fulfillment item or null if the order item is already fulfilled.
See Also