```TransactionSearchAdvanced tsa = new Transaction...
# suitetalkapi
d
Copy code
TransactionSearchAdvanced tsa = new TransactionSearchAdvanced();
tsa.savedSearchId = "240"; //substitute your own saved search internal ID
SearchResult searchResult = Client.Service.search(tsa);
//if (searchResult.status.isSuccess) --> true
//SearchRow[] records = searchResult.searchRowList; --> 0 rows returned