The method getR0404 allows a user to extract the R0404 Accounts Receivable Balancing report for a particular lease number from the LeasePak database. The method takes a lease number as an input and extracts the record of that particular lease number for R0404 Accounts Receivable Balancing report 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 R0404A (for non-IBL lease) and R0404B (for IBL lease) report (.xml report) record. For more details, see R0404 Accounts Receivable Balancing report report.
public java.lang.String getR0404(java.lang.String leaseNumber)
Throws:
java.rmi.RemoteException
Where:
leaseNumber - - A valid lease number to extract R0404 XML report.