Discussions
Join us for complimentary one-day events around the world and step into a future fueled by AI and limitless potential. Explore new breakthroughs, sharpen your skills, and connect with experts who are shaping what’s next. Experience bold keynotes, interactive learning, and connections that span the global NetSuite community. Discover what's next at SuiteConnect Tour 2026.
2 ItemSearch questions
I am using the ItemSearch web service method to search for Active Non-Inventory Resale items.
The ItemSearch works and returns the results...
Question 1 : Is there a way to get the ItemSearch to retrieve on the Non-Inventory Resale items ? Right now, I am checking the type of record returned from the response records - something like :
If TypeOf ResponseRecords(I) Is NonInventoryResaleItem ...
Is there a way to tell the ItemSearch to only return NonInventoryResaleItem's to start off with ?
Question 2 : In the results returned I have all the fields and their values except for vendorName. It's always empty even though if I look in NetSuite I can see the Vendor Name / Code when consulting the items. Is there a way to get this value ?