Click or drag to resize

DistributionToStoreTransactionsGeneration Constructor

Initializes a new instance of the DistributionToStoreTransactionsGeneration class.

Namespace:  Aloe.EnterpriseOne.Model.Finance.Cost
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public DistributionToStoreTransactionsGeneration(
	Distribution parentDocument,
	GenerationOptions options = null
)

Parameters

parentDocument
Type: Aloe.EnterpriseOne.Model.Finance.CostDistribution
The parent document from which to generate sub-documents.
options (Optional)
Type: Aloe.EnterpriseOne.Model.Core.TransformationsGenerationOptions
The options for starting this particular generation.
See Also