Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
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.