Hi everyone, Regarding the maximum no. of transac...
# suitescript
m
Hi everyone, Regarding the maximum no. of transaction lines you can make, how does this cover everything?
m
no, this doesn't cover everything and at least the sales order & invoice line limits are not the actual line limits. this seems like more of a suggestion
on the parent page there's a note:
Copy code
Note: The limits for submission of transactions are different than the limits for display of transactions. The limit for transactions submitted through the user interface is 500 lines per transaction. 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 synchronous SOAP web services, and 10,000 lines for CSV import and asynchronous SOAP web services.
the 5,000 limit is true for SOAP imports & 10,000 limit is true for CSV imports so best bet is to abide by netsuite's recommendations on these pages but test whatever you're aiming to do
m
Strange that it doesn't mention SuiteScript. But I got the main idea. Thanks
👍 1