I have never tried this before and wonder if anyone else has. I have a
main parent table with a tabpanel offering different tabs. All of the first
level tabs also have sub-tabpanels and some of those sub-tabpanels also
have sub-sub-tabpanels (not sure I have the correct English but hopefully
you understand). On a couple of the sub-sup-tabpanels when I click
on them I would ideally like there to be a custom controller - within the
tabpanel - to allow for simple navigation and an overview of those related
grand-children records (there could be up to 20-30 grandchildren
records). The editing of the individual grandchild record takes place in the
main part of the sub-sub-tabpanel (record view) but to navigate to each
one I would ideally like to be able to scroll through those individual
grandchild records in a custom controller.
The other way of getting a similar functionality is to have a portal and I
have done that. But for screen real estate reasons I would ideally like to
have that functionality in a custom controller. However when I created it
the custom controller for the grandchildren records does not show up at
all in the tab panel. It does show up when I simply go to the simple form
that the tab panel form is based on. Does anyone know if this should
work? I can’t find anything about it in the forum or docs.
Many thanks
John