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