getR0203
The method getR0203 allows a user to extract the R0203 Suspense Review XML report for a particular lease number from the LeasePak database. This suspense review report identifies all the suspense items. Users can review all outstanding and recently cleared suspense items or to prove the suspense General Ledger account on the R0406 General Ledger Entries Listing. This method extracts R0203 report xml for the given lease number to date by all operators and grouped by bank code. For more details, see R0203 Suspense Review report.
NOTE: The method extracts a lease suspense review information grouped by bank code if Multiple Banks module is purchased.
The method takes a lease number as an input and extracts the record of that particular lease number for R0203 Suspense Review 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 than, 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 R0203 Suspense Review XML report.
public String getR0203(String leaseNumber)
Throws:
java.rmi.RemoteException
Where:
leaseNumber - - A valid lease number to extract R0203 XML report.
Table of Contents
- Reference Grid
-
Request Reference Grid
Response Reference Grid
- Schema (DTD)
-
Request DTD
Response DTD
- Sample Messages
-
Sample Request Message
Sample Response Message