Click or drag to resize

DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem Methods

The DocumentLinesToDocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem generic type exposes the following members.

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 methodGetDocumentFulfillmentsQuery
Gets the query, which obtains all the fulfillments of the parent document of the order item.
Public methodGetFulfillments
Gets the fulfillments of an order item. This implementation caches the fulfillments of all order items within the document.
(Overrides EntityFulfillmentTOrderItem, TFulfillmentItemGetFulfillments(TOrderItem).)
Public methodGetFulfillmentsQuery
Gets the fulfillments query. This method should never be called for the current class.
(Overrides DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItemGetFulfillmentsQuery(TOrderItem).)
Public methodGetFulfillmentsWithinDocument
Gets the fulfillments of an order item, searching within all fulfillments of a document.
Public methodGetOrphans
Gets the orphaned fulfillment items.
(Inherited from FulfillmentTOrderItem, TFulfillmentItem.)
Top
See Also