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.
AdvancedSearch - not returning certain fields
Hello,
First of all I want to say that I am using the latest wsdl (2008.2).
I am trying to retrieve all the items from NetSuite, but only certain fields for each item. I tried in 2 ways:
1. I tried creating a saved search in NS that retrieves all the items and displays: internalID, displayName, otherPrices. The search works perfectly; the otherPrices is diplayed as multiple fields (wholesale, wholesalerec, onlineprice).
If I try to access this saved search from WS, all the fields are returned correctly except 'otherPrices' which is always null.
2. I also tried creating the advanced search from WS; I set it up to return the following fields: internalID, displayName, otherPrices. The result is the same: all fields are returned correctly except 'otherPrices' which is null.