had a search using run().each - but had 4000 rows ...
# suitescript
m
had a search using run().each - but had 4000 rows limit error. Using the above - how do we get fields values from the saved search?
s
this works for any number of search results
b
the all that you return is an array of search.Result. Use your favored array iteration method to get stuff from it.
m
thanks