Click or drag to resize

LeaseContractGenerateRentalTransaction Method

Generates the rental transaction.

Namespace:  Aloe.EnterpriseOne.Model.Applications.Rental
Assembly:  Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntax
public Transaction GenerateRentalTransaction(
	DocumentType documentType,
	Route route
)

Parameters

documentType
Type: Aloe.EnterpriseOne.Model.GeneralDocumentType
Type of the document.
route
Type: Aloe.EnterpriseOne.Model.Systems.WorkflowRoute
The route.

Return Value

Type: Transaction
See Also