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