Users can update lease or an application automatic payment interval schedule record by using this method same as U0234 Automatic Payment Interval Schedule LeasePak interactive update works today. The method will use an xml to update the required values and responses success or failure that the record has been updated successfully or not. The element checksum
will be used to handle concurrency issues.
Note: If any or the row record needs to be deleted from RJPS records then users must set (NULL) and 0.0 as dueDate[1:360] and amount[1:360] respectively for that row. For example if row#10 needs to be deleted then the following parameters could be used:
<dueDate_10>(NULL)</dueDate_10>
<amount_10>0.0</amount_10>
public.String updateSchedule(String input)
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.