Join Slack
Powered by
had a search using run().each - but had 4000 rows ...
# suitescript
m
mg2017
04/20/2020, 2:40 PM
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?
Untitled.js
s
stalbert
04/20/2020, 2:46 PM
this works for any number of search results
Untitled.ts
b
battk
04/20/2020, 2:49 PM
the all that you return is an array of
search.Result
. Use your favored array iteration method to get stuff from it.
m
mg2017
04/20/2020, 2:58 PM
thanks
6
Views
Open in Slack
Previous
Next