}
}
// update the surviving record information.
try {
remoteContactFacade.updateEntity(survivor, individualId);
String entityIDs[] = new String[1];
entityIDs[0] = entityId + "";
// Reason for adminIndividualID to set as -1. We know that admin is a super user
// he can move any thing. thats why its hard coded to -1
int adminIndividualID = -1;