Click or drag to resize

ServiceActivityCreateGuaranteeMaterialsAndServicesSalesOrder Method

Creates a SalesOrder for the materials and services in the activity, which are covered by a guarantee.

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

Parameters

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

Return Value

Type: SalesOrder
The newly created sales order.
See Also