Click or drag to resize

ServiceActivityToStoreOrderDocumentGeneration Constructor

Initializes a new instance of the ServiceActivityToStoreOrderDocumentGeneration class.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Service
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ServiceActivityToStoreOrderDocumentGeneration(
	ServiceActivity parentDocument,
	bool includeOnlyGuaranteeItems,
	GenerationOptions options = null
)

Parameters

parentDocument
Type: Aloe.EnterpriseOne.Model.Applications.ServiceServiceActivity
The parent document.
includeOnlyGuaranteeItems
Type: SystemBoolean
if set to true [include only guarantee items].
options (Optional)
Type: Aloe.EnterpriseOne.Model.Core.TransformationsGenerationOptions
The options for starting this particular generation.
See Also