Stay up-to-date with the latest news from
NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
Now is the time to ask your NetSuite-savvy friends and colleagues to join the NetSuite Support Community!
Refer now! Click
here to watch and learn more!
Update your
Profile with your Support type to get your Support Type badge.
Uncover the power of data with the
Analytics Hub —your ultimate guide to mastering NetSuite Saved Searches and Reports. Simplify the complex and unlock your organization's true potential. Dive into the
Analytics Hub now and soar to new heights!
Intelligent Payment Automation version 1.0.3 is now available in the SuiteApp Marketplace. The SuiteApp, powered by BILL, lets you automate payments, manage vendor details, and bank account information within NetSuite.
Learn more
Apply filter to saved search via Api
I have a saved search that i can return results via the Api but need to apply a filter to only return results based on set value.
How can i do this via api?
$service = new NetSuiteService();
$search = new CustomRecordSearchAdvanced();
$search->savedSearchId = "42";
$request = new SearchRequest();
$request->searchRecord = $search;
$searchResponse = $service->search($request);
this then returns the array containing all records but i need to return only records with a set common value in each of them.
0
Howdy, Stranger!
RegisterDon't have an account? Click here to get started!