Click or drag to resize

DistributionResultToStoreTransactionLineFulfillmentCreateFulfillmentItems Method (DistributionResult, FulfillmentAdviceDistributionResult, StoreTransactionLine)

Creates fulfillment items for the specified order item.

Namespace:  Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public override IEnumerable<StoreTransactionLine> CreateFulfillmentItems(
	DistributionResult orderItem,
	FulfillmentAdvice<DistributionResult, StoreTransactionLine> advice
)

Parameters

orderItem
Type: Aloe.EnterpriseOne.Model.Finance.CostDistributionResult
The order item for which to create fulfillment items.
advice
Type: Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentAdviceDistributionResult, StoreTransactionLine
Advice for the values of the measurements. Measures, which are not specified are fulfilled fully.

Return Value

Type: IEnumerableStoreTransactionLine
The created fulfillment items.
See Also