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.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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