Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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 ?