Show/Hide Toolbars

The following sample deletes an involved party record. You must get the unique key value for record to delete.

Code Snippet

//for this sample it is assumed that an involved party record exists with the unique key equal to a String, uniqueKey

protected InvolvedRepository involvedRepository;

involvedRepository.deleteInvolved(uniqueKey);