Discussions
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?