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!
Delete custom sublist fields when main record is deleted
I have a custom record with a custom sublist. I know that I have to remove the sublist records before I can delete the parent record, but a) this is time consuming if its a large sublist and b) it just orphans the records!
I have looked in SuiteAnswers and found this article:
User Event Script to Delete Custom Child Records Before Parent Record is Deleted (custhelp.com)
But when I apply it I get:
TypeError: record.getLineCount is not a function
Can anyone assist on this please?