Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
Don’t miss your chance to meet our SuiteGurus—NetSuite Support professionals and subject matter experts with extensive experience in select product areas, including OneWorld, Advanced & Basic Accounting, Supply Chain Management, Receivables & Payables, CRM, Account Administration, and the SuiteCloud Platform. Full Conference attendees can prebook exclusive 30-minute one-on-one sessions for your product questions.
Spots are limited! Register through your Agenda Builder and find SuiteGuru under Agenda Enhancements.
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);