Click or drag to resize

ServiceOrderGenerateActivity Method

Generates Activity from the project task.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Service
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public ServiceActivity GenerateActivity(
	DocumentType documentType
)

Parameters

documentType
Type: Aloe.EnterpriseOne.Model.GeneralDocumentType
The document type which to set for the activity.

Return Value

Type: ServiceActivity
The newly created activity.
See Also