Users can delete a notebook record by using this method. Only one record can be processed once to delete a record. The process of deleting a notebook record is same as of interactive F3 Notebook works today.
This method will use key, date, and time entered to identify a note. The checksum
element will handle the concurrency issues.
public String deleteNote(String appLeaseNumber, String assetNumber, String clientNumber, String dateEntered, String time_HHMMSS, String checksum)
java.rmi.RemoteException
- Exceptions that may occur during the execution of a remote method call.