What is the real limit for Invoice lines created through a Map Reduce script? Netsuite says the "CSV" limit is 5,000 lines but a script we've had successfully creating invoices will fail above 4,000 lines but gives the error saying we are above 5,000
Copy code
message: "Transactions may not contain more than 5000 lines.",
a
Anthony OConnor
11/13/2024, 11:07 PM
no clue... but is it maybe including shiplines and/or taxlines in its count?
n
Netsuite Tragic
11/13/2024, 11:27 PM
Good considerations and makes sense. we don't have any shipping or tax in this one
e
erictgrubaugh
11/14/2024, 3:52 PM
There are almost certainly additional COGS lines as well. I'm not sure which line types actually count against the limit though.
g
GMR Admin
11/14/2024, 4:12 PM
Are you using kit items? it may be counting the sub items as lines as well.