Discussions
Read on for the latest updates including:
• Agenda Builder launch
• SuiteWorld On Air registration
• New NetSuite Prompt Studio Contest
• And more!
Check out this thread to learn more!
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.