Discussions
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 ?