Click or drag to resize

DistributionResultToStoreTransactionLineFulfillment Constructor

Initializes a new instance of the DistributionResultToStoreTransactionLineFulfillment class.

Namespace:  Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DistributionResultToStoreTransactionLineFulfillment(
	EnterpriseOneTransaction transaction,
	Func<DistributionResult, StoreTransaction> getOrCreateSubDocument,
	Distribution parentDocument,
	OrphanHandling orphanHandling = 0,
	bool executeForZeroOrderItems = false
)

Parameters

transaction
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction.
getOrCreateSubDocument
Type: SystemFuncDistributionResult, StoreTransaction
The get or create sub document.
parentDocument
Type: Aloe.EnterpriseOne.Model.Finance.CostDistribution
The parent document.
orphanHandling (Optional)
Type: Aloe.EnterpriseOne.Model.Core.TransformationsOrphanHandling
The orphan handling.
executeForZeroOrderItems (Optional)
Type: SystemBoolean
if set to true [execute for zero order items].
See Also