Is there a trick to get a search column to show th...
# suitescript
c
Is there a trick to get a search column to show the text of a field rather than the internalid?
Specifically, trying to get the primary purchase unit text/label
u
Are you trying to fetch from UI saved search or suitescript?
c
In suitescript, but i'm populating the list with addRows(), so I'm not directly accessing the results in order to specify value or text.
I forgot to specify, i'm populating a list in a suitelet with the search results
u
I think you can use getText instead of getValue from saved search results
👍 1
Did you try with that?