#C29HQS63G I'm working on a simple(ish) problem of loading a file into Netsuite in a suitelet. The file contains sales order numbers eg, SO1234. I need to match it to the transaction and get the internal id, it could have 1000+ records. With governance a saved search will blow. So I thought create a parent custom record and add the lines as children. On the children table add a beforesubmit (or aftersubmit) to run a saved search to find the transaction. I discovered adding sublists to a parent the child user events do not fire. Has anyone found a solution?