ServiceOrderLinesToStoreOrderLinesFulfillment Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ServiceOrderLinesToStoreOrderLinesFulfillment(
EnterpriseOneTransaction transaction,
MovementType movementType,
Func<ServiceOrderLine, StoreOrder> getOrCreateSubDocument,
OrphanHandling orphanHandling = 1
)
Public Sub New (
transaction As EnterpriseOneTransaction,
movementType As MovementType,
getOrCreateSubDocument As Func(Of ServiceOrderLine, StoreOrder),
Optional orphanHandling As OrphanHandling = 1
)
public:
ServiceOrderLinesToStoreOrderLinesFulfillment(
EnterpriseOneTransaction^ transaction,
MovementType^ movementType,
Func<ServiceOrderLine^, StoreOrder^>^ getOrCreateSubDocument,
OrphanHandling^ orphanHandling = 1
)
new :
transaction : EnterpriseOneTransaction *
movementType : MovementType *
getOrCreateSubDocument : Func<ServiceOrderLine, StoreOrder> *
?orphanHandling : OrphanHandling
(* Defaults:
let _orphanHandling = defaultArg orphanHandling 1
*)
-> ServiceOrderLinesToStoreOrderLinesFulfillment
Parameters
- transaction
- Type: Aloe.EnterpriseOne.Model.CoreEnterpriseOneTransaction
The transaction. - movementType
- Type: Aloe.EnterpriseOne.Model.Logistics.InventoryMovementType
Specifies whether to create receipt or issue store order. - getOrCreateSubDocument
- Type: SystemFuncServiceOrderLine, StoreOrder
Function to get or create the sub-document. - orphanHandling (Optional)
- Type: Aloe.EnterpriseOne.Model.Core.TransformationsOrphanHandling
Specifies the orphan handling strategy.
See Also