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
Listing Non-Inventory Sales Items?
Hi,
I'm using Coldfusion and the WSDL webservice to talk to Netsuite. I'm attempting to list back all Non-Inventory Sales Items (and will be later trying to list various other types of Record from the system).
I've been told I need to use the ItemSearch with no parameters in order to get all records back and to this end am using the following:
itemSearch = CreateObject("java", "com.netsuite.webservices.lists.accounting_1_3.ItemSearch");
However I'm not sure which method from this object I should be using to conduct the "search".
Any help would be greatly appreciated.
Aaron
0