Is there a dynamic way to read `type` from `search...
# suitescript
m
Is there a dynamic way to read
type
from
search.Column
? My goal is avoid having to manually determine whether to
getValue
or
getText
when this is already part of the search that I've loaded.
s
Not that I’m aware of.. I typically call ‘getText’ and if it’s not empty then I include it in the result..
m
nice that's a good approach, thanks
👍🏼 1