Bruce, you are more brave than me ;) I always like to get the parent record committed in the database before adding child records.
that way you know the ID of the parent record and it has the minimal required fieldset safely saved away. If there's a session interruption you don't have some potential orphan child records floating around somewhere. If you've solved those kinds of concerns, please share it with us. Thanks, Cliff Kachinske On Dec 23, 10:34 am, DenesL <denes1...@yahoo.ca> wrote: > On Dec 23, 10:11 am, Bruce Wade <bruce.w...@gmail.com> wrote: > > > Anyway which files should I start looking at to see how I can implement > > this functionality for myself and anyone else who wants it? > > Look for controller appadmin under your or any other app folder.