The method automates the process of booking an asset or a lease. The process of booking an asset or a lease is identical to the process of batch bookings. This new method allows the user to separate the process of booking assets and booking leases so that other process can run. Also indicate the user to check disbursal process that should disburse checks or not.
String batchApplication(java.lang.String applicationNumber, java.lang.boolean pendingAssetsOnly, java.lang.boolean disburseChecks)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
applicationNumber - - is a single application number to book a lease or an asset.
pendingAssetsOnly - - allows a user to add pending assets to attach with the application.
disburseChecks - - Allow a user whether or not to disburse checks using the defaults that batch applications uses.