`public void getSavedSearches() throws RemoteExcep...
# suitetalkapi
m
Copy code
public void getSavedSearches() throws RemoteException{
  this.login(true);
  GetSavedSearchRecord record = new GetSavedSearchRecord();
  record.setSearchType(SearchRecordType.transaction);
  GetSavedSearchResult result = _port.getSavedSearch(record);
}