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