Allows a user to waive assessment at lease or asset level. The method takes input parameters to waive assessment amount for a provided asset or a lease. Only one record can be processed at a time. The required input elements must contain data to waive an assessment amount. The method will return back informational success and failure error message accordingly depending on the function performed.
public String waiveAssessment(String lease, String asset, String invoice, String assmt, Double amount)
Throws:
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.
Where:
lease - - Lease Number
asset - - Asset Number
invoice - - Invoice Number
assmt - - Assessment Code
amount - - Assessment Amount