Discussions
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!
Stay in the Know
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
Be sure you're subscribed to NetSuite communication to stay in the know about monthly happenings, updates and announcements. Subscribe
How to read Saved Search results using Visual Basic with WSDL 2015_2_0
This is a basic question on SuiteTalk using WSDL 2015_2_0 and Visual Basic.
Answers in C# would also be OK as I can translate from there.
I have some test code where I have supplied a saved search ID and got a SearchResult that returns ".status.isSuccess"=True and ".totalRecords"=533 but the SearchResult contains nothing in the "recordList", which is where the data appears to be for a basic search, on "Customers" for example. Clearly I am missing the point. I can see the search parameters are buried in the "searchRowList" but not the data that I expect the Saved Search to return. The record count of 533 is correct but I need more than the count.
0