The method getR601 retrieves delinquency xml report depending on the check set on U0212 Portfolio → Miscellaneous Customization check "Alternate Delinquency Report Y/N". The report lists due leases, number of times delinquent, number of days delinquent, last and next payment dates, and amount outstanding. The method takes a lease number as an input and extracts the record of that particular lease number for R0601A Delinquency XML report. Only one lease record can be extracted at a time. The method will check first that the lease number is a valid lease number and exists in the LeasePak database. If a lease number is not a valid lease number or does not exist, it will return an error message accordingly. If provided lease number is a valid lease number and exists in the LeasePak database, the method will return the R0601A Delinquency report (.xml report) record. The output report depends on the value of U0212 Portfolio → Miscellaneous Customization check "Alternate Delinquency Report Y/N" check. For more details, see R0601 Delinquency report.
public java.lang.String getR0601A(java.lang.String leaseNumber)
Throws:
java.rmi.RemoteException
Where:
leaseNumber - - A valid lease number to extract R0601A Delinquency XML report.