Yeah `forEach` is intended to go through everythin...
# suitescript
e
Yeah
forEach
is intended to go through everything in a list unconditionally. The canonical way to not process everything would be to
filter
it first