FulfillmentTOrderItem, TFulfillmentItemCreateFulfillmentItems Method (TOrderItem) |
Creates fulfillment items for the specified order item for all remaining quantities.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic IEnumerable<TFulfillmentItem> CreateFulfillmentItems(
TOrderItem orderItem
)
Public Function CreateFulfillmentItems (
orderItem As TOrderItem
) As IEnumerable(Of TFulfillmentItem)
public:
IEnumerable<TFulfillmentItem>^ CreateFulfillmentItems(
TOrderItem orderItem
)
member CreateFulfillmentItems :
orderItem : 'TOrderItem -> IEnumerable<'TFulfillmentItem>
Parameters
- orderItem
- Type: TOrderItem
The order item for which to create fulfillment items.
Return Value
Type:
IEnumerableTFulfillmentItem
The created fulfillment items.
See Also