Click or drag to resize

MatchingFulfillmentTOrderItem, TFulfillmentItem Class

Fulfillment, which matches order and fulfillment items, based on a matching function.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentTOrderItem, TFulfillmentItem
    Aloe.EnterpriseOne.Model.Core.TransformationsMatchingFulfillmentTOrderItem, TFulfillmentItem

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public abstract class MatchingFulfillment<TOrderItem, TFulfillmentItem> : Fulfillment<TOrderItem, TFulfillmentItem>
where TFulfillmentItem : EnterpriseOneEntityObject

Type Parameters

TOrderItem
TFulfillmentItem

The MatchingFulfillmentTOrderItem, TFulfillmentItem type exposes the following members.

Properties
  NameDescription
Public propertyExecuteForZeroOrderItems
Gets a value indicating whether the fulfillment will execute even for order items with zero remaining values.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyItem (Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyMatchingFunction
Gets the matching function.
Public propertyMeasures
Gets all measures.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyName
Gets the name.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyOrphanHandling
Specifies orphan handling strategy.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyTransaction
Gets the transaction.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Top
Methods
  NameDescription
Public methodCreateFulfillmentItems(TOrderItem)
Creates fulfillment items for the specified order item for all remaining quantities.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodCreateFulfillmentItems(TOrderItem, FulfillmentAdviceTOrderItem, TFulfillmentItem)
Creates fulfillment items for the specified order item.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodCreateReverseFulfillmentItems
Creates reverse fulfillment items. Primarily used for reversing orphaned items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodExecuteFulfillment
Executes the fulfillment for the specified order items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodGetFulfillments
Gets the fulfillments of an order item.
(Overrides FulfillmentTOrderItem, TFulfillmentItemGetFulfillments(TOrderItem).)
Public methodGetOrphans
Gets the orphaned fulfillment items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Top
See Also