Click or drag to resize

DocumentLinesFulfillmentTOrderItem, TFulfillmentDocument, TFulfillmentItem Constructor

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DocumentLinesFulfillment(
	EnterpriseOneTransaction transaction,
	Func<TOrderItem, TFulfillmentDocument> getOrCreateSubDocument,
	OrphanHandling orphanHandling = 0,
	bool executeForZeroOrderItems = false
)

Parameters

transaction
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction.
getOrCreateSubDocument
Type: SystemFuncTOrderItem, TFulfillmentDocument
The get or create function, which returns sub-document for each order item.
orphanHandling (Optional)
Type: Aloe.EnterpriseOne.Model.Core.TransformationsOrphanHandling
Specifies the orphan handling strategy.
executeForZeroOrderItems (Optional)
Type: SystemBoolean
if set to true, the fulfillment will execute even for order items with zero remaining values.
See Also