Click or drag to resize

StoreOrderLineToStoreTransactionLineFulfillment Constructor

Initializes a new instance of the StoreOrderLineToStoreTransactionLineFulfillment class.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public StoreOrderLineToStoreTransactionLineFulfillment(
	EnterpriseOneTransaction transaction,
	Func<StoreOrderLine, StoreTransaction> getOrCreateSubDocument,
	bool onlyReleasedTransactions = false
)

Parameters

transaction
Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction.
getOrCreateSubDocument
Type: SystemFuncStoreOrderLine, StoreTransaction
The get or create sub document.
onlyReleasedTransactions (Optional)
Type: SystemBoolean
if set to true only released transactions are considered fulfillments (normally - planned).
See Also