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
Dominic B
12/14/2020, 4:34 PM
10k rows or 5mb.
Dominic B
12/14/2020, 4:39 PM
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.