If I have a form with a primary business object that drives the form in terms of the navigation tool bar. There is a secondary table (second business object) with a one to one relationship of data that the user wants to see at the same time on the form. Naturally when they click on EDIT they want to be able to modify data from both business objects then click on SAVE. It appears as though I would need to manually enable/disable the secondary business object columns displayed as well as call the SAVE or UNDO methods for the second business object. Do you have a sample that demonstrates this, or could you point me in a direction?
Thanks
Ross