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.
Receive display/text instead of internalId from SOAP saved search call (price level)
Greetings,
I have a customer saved search that we call via SuiteTalk that is used by an external application. One of the fields returned is Price Level ("<platformCommon:priceLevel><platformCore:searchValue internalId="3"/></platformCommon:priceLevel>").
Is there a way to have the saved search xml return data give the text/display value of priceLevel instead of the internalId value?
Context is the application consuming this data would be more efficient if NetSuite could return the text description instead of an internalId (that it would have to map/convert).
I'm wondering if there is a way to modify my saved search, or if there's a SOAP call configuration setting, or any other way to accomplish this. Preferably that doesn't require SuiteScript but I'm open to all options.