This method extracts vendor information from LeasePak database. Once user adds a vendor record in LeasePak through U0201 Vendor, LeasePak saves the current date & time for that record. The method processes the last time updated date provided directly to this method. This method validates the values of the elements provided and returns vendor record from LeasePak database table records. The method extracts only those vendor records that records date and time are greater than the last time added vendor record updated date and time. The method extracts vendor record from rlr
Vendor and rcx
Client Search tables.
public java.lang.String getVendors(java.lang.String dateLastUpdated)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
dateLastUpdated - - Date and time the table was last updated.