IDocumentGenerationInfoCreateDocumentGenerationProcedure Method |
Create and returns a document generation procedure.
Namespace:
Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
SyntaxIDocumentGeneration CreateDocumentGenerationProcedure(
Route route,
Document parentDocument,
GenerationOptions options
)
Function CreateDocumentGenerationProcedure (
route As Route,
parentDocument As Document,
options As GenerationOptions
) As IDocumentGeneration
IDocumentGeneration^ CreateDocumentGenerationProcedure(
Route^ route,
Document^ parentDocument,
GenerationOptions^ options
)
abstract CreateDocumentGenerationProcedure :
route : Route *
parentDocument : Document *
options : GenerationOptions -> IDocumentGeneration
Parameters
- route
- Type: Aloe.EnterpriseOne.Model.Systems.WorkflowRoute
The route from which to load generation parameters. - parentDocument
- Type: Aloe.EnterpriseOne.Model.GeneralDocument
The parent document from which to start the generation. - options
- Type: Aloe.EnterpriseOne.Model.Core.TransformationsGenerationOptions
Contains options for starting the generation.
Return Value
Type:
IDocumentGenerationThe newly created document generation procedure.
See Also