ServiceActivityToSalesOrderDocumentGeneration Constructor |
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ServiceActivityToSalesOrderDocumentGeneration(
ServiceActivity parentDocument,
bool includeGuaranteeItems,
bool includeNonGuaranteeItems,
GenerationOptions options = null
)
Public Sub New (
parentDocument As ServiceActivity,
includeGuaranteeItems As Boolean,
includeNonGuaranteeItems As Boolean,
Optional options As GenerationOptions = Nothing
)
public:
ServiceActivityToSalesOrderDocumentGeneration(
ServiceActivity^ parentDocument,
bool includeGuaranteeItems,
bool includeNonGuaranteeItems,
GenerationOptions^ options = nullptr
)
new :
parentDocument : ServiceActivity *
includeGuaranteeItems : bool *
includeNonGuaranteeItems : bool *
?options : GenerationOptions
(* Defaults:
let _options = defaultArg options null
*)
-> ServiceActivityToSalesOrderDocumentGeneration
Parameters
- parentDocument
- Type: Aloe.EnterpriseOne.Model.Applications.ServiceServiceActivity
The parent document. - includeGuaranteeItems
- Type: SystemBoolean
if set to true the generation will generate
for services and materials, covered by guarantee. - includeNonGuaranteeItems
- Type: SystemBoolean
if set to true the generation will generate
for services and materials, not covered by guarantee.. - options (Optional)
- Type: Aloe.EnterpriseOne.Model.Core.TransformationsGenerationOptions
The options for starting this particular generation.
See Also