I have a BO that is large - about 200 attributes. The form has 15 tabs. The design is good except that the form can take a really long time to display. I'm thinking of a paradigm where instead of launching the whole form, the user can launch a particular section (what is currently a tab) which will be a much smaller form.
I know that I could provide a link to each from a query row, but there are just too many to squeeze in and be usable. I could launch a form that provided access to the other forms, but that would launch modal form window.
So I'm looking for a third way here. Some way to put the BO in context, then provide access to the BO using one of about 15 different forms.
??