I have a custom record “ABC” which has some child records “DEF”. The ABC is being created, along with its DEFs, in a Suitelet. Is there a way in server-side SuiteScript to add the child records to the ABC all at the initial save (e.g. add them to the sublist prior to saving the ABC and just do one save)? Currently, I’m saving the ABC then one-by-one creating and saving the DEFs but I need to trigger a WF on create of the ABC that relies on the data from the DEFs.