Click or drag to resize

InvoiceToPaymentOrderFulfillment Class

Inheritance Hierarchy
SystemObject
  Aloe.EnterpriseOne.Model.Core.TransformationsFulfillmentInvoiceToPaymentOrderFulfillmentOrderItem, PaymentOrder
    Aloe.EnterpriseOne.Model.Core.TransformationsEntityFulfillmentInvoiceToPaymentOrderFulfillmentOrderItem, PaymentOrder
      Aloe.EnterpriseOne.Model.Crm.InvoicingInvoiceToPaymentOrderFulfillment

Namespace:  Aloe.EnterpriseOne.Model.Crm.Invoicing
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public class InvoiceToPaymentOrderFulfillment : EntityFulfillment<InvoiceToPaymentOrderFulfillmentOrderItem, PaymentOrder>

The InvoiceToPaymentOrderFulfillment type exposes the following members.

Constructors
  NameDescription
Public methodInvoiceToPaymentOrderFulfillment
Initializes a new instance of the InvoiceToPaymentOrderFulfillment class.
Top
Properties
  NameDescription
Public propertyAmountToPay
Gets the amount to pay measure.
Public propertyExecuteForZeroOrderItems
Gets a value indicating whether the fulfillment will execute even for order items with zero remaining values.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Public propertyForShipmentsOnly
Gets a value indicating whether only lines with BusinessReason = Shipment are used.
Public propertyInvoice
Gets the invoice.
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 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(InvoiceToPaymentOrderFulfillmentOrderItem, FulfillmentAdviceInvoiceToPaymentOrderFulfillmentOrderItem, PaymentOrder)
Creates the fulfillment 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.
(Overrides EntityFulfillmentTOrderItem, TFulfillmentItemGetFulfillments(TOrderItem).)
Public methodGetFulfillmentsQuery
Gets the fulfillments query.
(Overrides EntityFulfillmentTOrderItem, TFulfillmentItemGetFulfillmentsQuery(TOrderItem).)
Public methodGetOrderItem
Gets the order item.
Public methodGetOrphans
Gets the orphaned fulfillment items.
(Overrides FulfillmentTOrderItem, TFulfillmentItemGetOrphans.)
Top
See Also