Join Slack
Powered by
Is there a trick to get a search column to show th...
# suitescript
c
Corey Schwoebel
08/16/2023, 2:33 PM
Is there a trick to get a search column to show the text of a field rather than the internalid?
Corey Schwoebel
08/16/2023, 3:00 PM
Specifically, trying to get the primary purchase unit text/label
u
Uday Aditya
08/16/2023, 3:23 PM
Are you trying to fetch from UI saved search or suitescript?
c
Corey Schwoebel
08/16/2023, 3:25 PM
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.
Corey Schwoebel
08/16/2023, 3:26 PM
I forgot to specify, i'm populating a list in a suitelet with the search results
u
Uday Aditya
08/16/2023, 3:27 PM
I think you can use getText instead of getValue from saved search results
👍 1
Uday Aditya
08/16/2023, 3:28 PM
Did you try with that?
5
Views
Open in Slack
Previous
Next