The method getR0411 allows a user to extract the R0411 cash receipts journal xml report on cash received and payment reversals against cash for a provided lease number. The xml report shows the current transactions on file detailing all cash receipts journal entries till the current system date. The method takes a lease number as an input and extracts the record of that particular lease number for R0411 cash receipts journal transactions record. 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 R0411 report (.xml report) record. For more details, see R0411 Cash Receipt Journal report.
public java.lang.String getR0411(java.lang.String leaseNumber)
Throws:
java.rmi.RemoteException
Where:
leaseNumber - - A valid lease number to extract R0411 Cash Receipt Journal XML report.