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