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