Click or drag to resize

ServiceOrderToStoreOrderDocumentGeneration Constructor

Initializes a new instance of the ServiceOrderToStoreOrderDocumentGeneration class.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Service
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ServiceOrderToStoreOrderDocumentGeneration(
	ServiceOrder parentDocument,
	MovementType movementType,
	GenerationOptions options = null
)

Parameters

parentDocument
Type: Aloe.EnterpriseOne.Model.Applications.ServiceServiceOrder
The parent document.
movementType
Type: Aloe.EnterpriseOne.Model.Logistics.InventoryMovementType
Specifies whether to create receipt or issue store order.
options (Optional)
Type: Aloe.EnterpriseOne.Model.Core.TransformationsGenerationOptions
The options for starting this particular generation.
See Also