Click or drag to resize

ServiceOrderLinesToStoreOrderLinesFulfillment Class

The specification of the ServiceOrder to StoreOrder fulfillment.
Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentServiceOrderLine, StoreOrderLine
    Aloe.EnterpriseOne.Model.Core.TransformationsEntityFulfillmentServiceOrderLine, StoreOrderLine
      Aloe.EnterpriseOne.Model.Core.TransformationsDocumentLinesFulfillmentServiceOrderLine, StoreOrder, StoreOrderLine
        Aloe.EnterpriseOne.Model.Applications.ServiceServiceOrderLinesToStoreOrderLinesFulfillment

Namespace:  Aloe.EnterpriseOne.Model.Applications.Service
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class ServiceOrderLinesToStoreOrderLinesFulfillment : DocumentLinesFulfillment<ServiceOrderLine, StoreOrder, StoreOrderLine>

The ServiceOrderLinesToStoreOrderLinesFulfillment type exposes the following members.

Constructors
  NameDescription
Public methodServiceOrderLinesToStoreOrderLinesFulfillment
Initializes a new instance of the ServiceOrderLinesToStoreOrderLinesFulfillment class.
Top
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 propertyGetOrCreateSubDocument
Gets the get or create function, which returns sub-document for each order item.
(Inherited from DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem.)
Public propertyItem (Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
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 propertyQuantity
Gets the quantity.
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(ServiceOrderLine, FulfillmentAdviceServiceOrderLine, StoreOrderLine)
Creates fulfillment items for the specified order item.
(Overrides FulfillmentTOrderItem, TFulfillmentItemCreateFulfillmentItems(TOrderItem, FulfillmentAdviceTOrderItem, TFulfillmentItem).)
Public methodCreateReverseFulfillmentItems
Creates reverse fulfillment items. Primarily used for reversing orphaned items.
(Overrides FulfillmentTOrderItem, TFulfillmentItemCreateReverseFulfillmentItems(TFulfillmentItem).)
Public methodExecuteFulfillment
Executes the fulfillment for the specified order items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public methodGetFulfillments
Gets the fulfillments of an order item.
(Inherited from EntityFulfillmentTOrderItem, TFulfillmentItem.)
Public methodGetFulfillmentsQuery
Gets the fulfillments query.
(Overrides DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItemGetFulfillmentsQuery(TOrderItem).)
Public methodGetOrphans
Gets the orphaned fulfillment items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Top
See Also