ServiceOrderToStoreOrderDocumentGeneration Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ServiceOrderToStoreOrderDocumentGeneration(
ServiceOrder parentDocument,
MovementType movementType,
GenerationOptions options = null
)
Public Sub New (
parentDocument As ServiceOrder,
movementType As MovementType,
Optional options As GenerationOptions = Nothing
)
public:
ServiceOrderToStoreOrderDocumentGeneration(
ServiceOrder^ parentDocument,
MovementType^ movementType,
GenerationOptions^ options = nullptr
)
new :
parentDocument : ServiceOrder *
movementType : MovementType *
?options : GenerationOptions
(* Defaults:
let _options = defaultArg options null
*)
-> ServiceOrderToStoreOrderDocumentGeneration
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