what's the easiest way to count the search result?...
# suitescript
a
what's the easiest way to count the search result? I don't need any value just need the number of results.
j
Install the chrome export search extension and look at the code there.
👍 1
b
use the count of a PagedData object
a
Many thanks