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.
How to get List/Record type value?
I created a saved search. In the Results, I used a List/Record type field.
product_list:
1. Apple
2. Banana
3. Orange
The values of this field show up without problems in the saved search report page. But when I created a suite script using nlobjSearchColumn() and results.getValue() to get the values of that field. All the results just shown the list's numbers - 1, 2, 3.
What I am expecting are the values - Apple, Banana, Orange
anybody knows how to get a list's value instead of the list's order numbers?
thanks