Is this notes section wrong? How are the units of ...
# suitescript
s
Is this notes section wrong? How are the units of resultSet.each() calculated? Is the 10 governance units incurred once regardless of how many rows in my resultset? Or 10 governance units per row of my results set?
s
Yeah the
Note
part is just strangely worded, the 10 units are used for using the
.each()
, not each iteration which is kinda what the
Note
implies
🙌 1