Click or drag to resize

StoreOrderToStoreTransactionDocumentGeneration Constructor

Initializes a new instance of the StoreOrderToStoreTransactionDocumentGeneration class.

Namespace:  Aloe.EnterpriseOne.Model.Logistics.Inventory
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public StoreOrderToStoreTransactionDocumentGeneration(
	StoreOrder parentDocument,
	bool checkDirectOrderExecution = false,
	GenerationOptions options = null
)

Parameters

parentDocument
Type: Aloe.EnterpriseOne.Model.Logistics.InventoryStoreOrder
The parent document.
checkDirectOrderExecution (Optional)
Type: SystemBoolean
if set to true the generation procedure will check if the store allows direct order execution.
options (Optional)
Type: Aloe.EnterpriseOne.Model.Core.TransformationsGenerationOptions
The options for starting this particular generation.
See Also