I have parent/child relationship, CustomerBO and EmailBO. Right now when I create a new Customer record, I automatically get a new blank EmailBO record, which is a result from the Parent/Child relationship.When I create a new customer record, I only want to create the child records if the user has actually entered the email data so I don't get blank records. Is there any way to do this and keep the parent/child relationship intact?
Thanks
Tim