ServiceOrderCreateReappointmentServiceOrder Method |
Creates the reappointment service order.
Namespace:
Aloe.EnterpriseOne.Model.Applications.Service
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic ServiceOrder CreateReappointmentServiceOrder(
DocumentType documentType
)
Public Function CreateReappointmentServiceOrder (
documentType As DocumentType
) As ServiceOrder
public:
ServiceOrder^ CreateReappointmentServiceOrder(
DocumentType^ documentType
)
member CreateReappointmentServiceOrder :
documentType : DocumentType -> ServiceOrder
Parameters
- documentType
- Type: Aloe.EnterpriseOne.Model.GeneralDocumentType
Type of the document.
Return Value
Type:
ServiceOrderServiceOrder.
See Also