Hi All, Can any one let me know if there is any li...
# suitescript
s
Hi All, Can any one let me know if there is any limit in line item(Maximum)? I am aware that the record can have upto 500 lines. but if it goes beyond that there may be some performance issue.
b
https://system.na0.netsuite.com/app/help/helpcenter.nl?fid=section_n550610.html
Copy code
The limit for transactions submitted through the user interface is 500 lines. For transactions submitted through CSV import or SOAP web services, the limit is 5,000 lines per transaction.

For journal entries, these limits are 1,000 lines for the user interface and for synchronous SOAP web services, and 10,000 lines for CSV import and asynchronous SOAP web services.
s
What about script for JE?
b
dunno, Id imagine its the same for the ui
s
Ok thanks
s
FWIW, I've seen issues recently on a JE save failing that had 600 lines, with the same code working for smaller JEs
👍 1