Dear all,
I would like to expose my difficulties here because I'm sure that you guys can help me about that.
I have a 1-N relationship in my model like Order-OrderItem however I don't want to expose the OrderItem as an independent object but as something that should be living only in the context of the containing Order object.
In my case is like having a table of some rows (the OrderItem objects) that are bound to the same parent.
My idea was to enable the user, during the parent creation, to fill something like a table and have the OrderItem defined by that.
It is quite different from creating a child and then linking it to the parent…
Any ideas?
Thanks,
Claudio