I am wanting to throw a saved search resultset int...
# suitescript
r
I am wanting to throw a saved search resultset into a portlet via portlet.addRows(searchResults); However, I want to change just the 1st column from getValue to getText leaving everything else as is. Is there a way to either 1) remove the value option in the results object, or 2) promote the text version without changing other columns? (context: grouping search to a portlet via simple list). Thx
b
Try using a formula instead
r
brilliant. thanks (and, really so easy. I was caught up in the weeds)