Hey all, it looks like there is a limit of 10K row...
# general
e
Hey all, it looks like there is a limit of 10K rows for CSV feeds in scheduled emails from NetSuite. Has anyone else come across that as well? Just wanted to check if there is a workaround on this.
d
10k rows or 5mb.
You could run a scheduled script to produce the CSV and mail the result. email.send() has a 10mb limit. Any bigger and you'll need to save the output somewhere.
e
got it - super helpful @Dominic B. Thanks!