Click or drag to resize

EntityFulfillmentTOrderItem, TFulfillmentItem Constructor

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public EntityFulfillment(
	EnterpriseOneTransaction transaction,
	OrphanHandling orphanHandling = 0,
	bool executeForZeroOrderItems = false
)

Parameters

transaction
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction.
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