InitialContext ic = CVUtility.getInitialContext();
AdvancedSearchLocalHome home = (AdvancedSearchLocalHome) ic.lookup("local/AdvancedSearch");
AdvancedSearchLocal remote = (AdvancedSearchLocal) home.create();
remote.setDataSource(dataSource);
ArrayList resultsIDs = new ArrayList();
resultsIDs.addAll(remote.performSearch(individualID,searchVO));
//Parse out the field Information which are fieldtableid, fieldID and fieldType
// Field type as its own idenfication
// for example "6" is a phone type field. "8" is a multiple selection field type
int fieldTableID = 0;