StoreOrderLineToStoreTransactionLineFulfillmentCreateFulfillmentItems Method (StoreOrderLine, FulfillmentAdviceStoreOrderLine, StoreTransactionLine) |
Creates fulfillment items for the specified order item.
Namespace:
Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic override IEnumerable<StoreTransactionLine> CreateFulfillmentItems(
StoreOrderLine orderItem,
FulfillmentAdvice<StoreOrderLine, StoreTransactionLine> advice
)
Public Overrides Function CreateFulfillmentItems (
orderItem As StoreOrderLine,
advice As FulfillmentAdvice(Of StoreOrderLine, StoreTransactionLine)
) As IEnumerable(Of StoreTransactionLine)
public:
virtual IEnumerable<StoreTransactionLine^>^ CreateFulfillmentItems(
StoreOrderLine^ orderItem,
FulfillmentAdvice<StoreOrderLine^, StoreTransactionLine^>^ advice
) override
abstract CreateFulfillmentItems :
orderItem : StoreOrderLine *
advice : FulfillmentAdvice<StoreOrderLine, StoreTransactionLine> -> IEnumerable<StoreTransactionLine>
override CreateFulfillmentItems :
orderItem : StoreOrderLine *
advice : FulfillmentAdvice<StoreOrderLine, StoreTransactionLine> -> IEnumerable<StoreTransactionLine>
Parameters
- orderItem
- Type: Aloe.EnterpriseOne.Model.Logistics.InventoryStoreOrderLine
The order item for which to create fulfillment items. - advice
- Type: Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentAdviceStoreOrderLine, 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