If I just need to know if there are matches, then ...
# suitescript
e
If I just need to know if there are matches, then
Copy code
Boolean(s.create(...)
  .runPaged()
  .count)
👍 2