Is it possible to have an embedded editor on an embedded editor on a form?
Specifically:
I want to have a Grandparent form that shows a list of Parent documents, using an embedded view that is targeted to an embedded editor (for the selected Parent document).
On the Parent form, used for the embedded editor (above) I want to show a list of Child documents using an embedded view.
So far, so good.
Here’s the problem: I want to target the embedded view on the Parent doc form (showing the Child documents) to target an embedded editor showing the Child document detail.
Grandparent document
-
embedded view of Parent docs
-
embedded editor showing selected Parent doc
-
- embedded view of Child docs
-
- embedded editor showing selected Child docs
As a Grandparent document is opened, the form will show a list of Parents, with the detail on the first Parent, as well as a list of Children (of the first Parent) and the detail on the first Child (in that list).
Anyone know if any of this is possible?
My first task is just to get this relationship to show - all the way down to the detail. I’ll worry about what can and can’t be edited after that.