Click or drag to resize

DocumentGenerationTParent, TOrderItem, TSubDocumentGenerate Method

Performs the generation and returns a collection of the generated documents.

Namespace:  Aloe.EnterpriseOne.Model.Core.Transformations
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public IEnumerable<TSubDocument> Generate(
	bool applyPostProcessing
)

Parameters

applyPostProcessing
Type: SystemBoolean
if set to true, the route post-processing options are applied. ApplyRoutePostProcessing

Return Value

Type: IEnumerableTSubDocument
The generated documents.
Exceptions
ExceptionCondition
InvalidOperationExceptionIf the generation is executed more than once.
Remarks
Please note, that the returned enumeration is read-only and multiple enumerations will not trigger multiple generation executions.
See Also