ActivityGenerateLeaseContract Method |
Generates the lease contract.
Namespace:
Aloe.EnterpriseOne.Model.General.Contacts
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic LeaseContract GenerateLeaseContract(
DocumentType documentType
)
Public Function GenerateLeaseContract (
documentType As DocumentType
) As LeaseContract
public:
LeaseContract^ GenerateLeaseContract(
DocumentType^ documentType
)
member GenerateLeaseContract :
documentType : DocumentType -> LeaseContract
Parameters
- documentType
- Type: Aloe.EnterpriseOne.Model.GeneralDocumentType
Type of the document.
Return Value
Type:
LeaseContract
See Also