Discussions
Stay up-to-date with the latest news from NetSuite. You’ll be in the know about how to connect with peers and take your business to new heights at our virtual, in-person, on demand events, and much more.
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
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
0