I have 4 basic tables which are related and I would like to show as much info as possible in a single form like this:
The tables are:
What I am trying to do with the above form layout is to have the Insured data upfront and then allow the user to enter any detail data via the ListView at the bottom. I am not sure if the above relations can be handle by SF on the same form in order to show all related data to its parent as well as to update the FK fields in the child BOs?
I would appreciate any suggestion/indication for the above form layout. At this point I am exploring all new things I can do in .NET.
Thanks!