Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
How create new Saved Search using SOAP web services
Hi,
I have been testing the Service.search() method, which can be used to perform a Saved Search. It works well and returns the results.
But now I need to save it. I found a Service.add() method that accepts a parameter of type Record, but I don't fully understand what kind of variable I need to create to pass it as a parameter.
1. Can you tell me if it is possible to create a Saved Search using SOAP web service and save it to NetSuite?
2. Perhaps someone has examples with C#, Java or something else?