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.
problem retrieving list of items
Hi all,
I am attempting to retrieve a list of items via web services. We have many items (service, non-inventory etc) that we use to associate with sales orders, time bills etc.
I've posted my search code below. I've tried searching for every item type, all to no avail - I'm just returned an empty list each time.
I don't receive a permission violation, so I'm assuming that this isn't the problem.
Does anyone know where I'm going wrong?
Any help would be greatly appreciated.
Kind regards,
Sian
ItemSearchBasic itemSearchBasic = new ItemSearchBasic();
SearchEnumMultiSelectField searchServiceSalesField = new SearchEnumMultiSelectField();
searchServiceSalesField.setOperator(SearchEnumMultiSelectFieldOperator.anyOf);