Discussions
Join the NetSuite community to innovate, connect, and discover what’s next.
SuiteWorld brings thousands of innovators, builders, and leaders together to learn, connect, and shape what’s next. This October, explore how to build a stronger foundation for growth through inspiring keynotes, major product reveals, hands-on sessions, and unforgettable moments—all in one place for our biggest event of the year. Register now
10000 lineitems sublist limitation - Alternative solutions?
Hi All,
I've been trying to develop some new functionality but I am conscious of the NetSuite 10000 sublist lineitem limitation which is the only thing that is currently preventing me from continuing with the development.
I am using a Suitelet to load my record in dynamic mode so that I can add child record lineitems and save the entire thing with one database hit instead of saving each child record individually.
My current setup is:
Record A - (Custom record - Parent)
Record B - (Custom record - Child of Record A - Allow Child Record Editing is enabled)
Record A can have thousands of Record B child records and the server might not reveal all child records, especially the ones which I need to edit/delete.