Non persistent associations in widget

0
Hi,   Trying to achieve to get associated (1-n) entities, that are all non-persistent. I can't do the property type=association, because you need to have a datasource.   I have a master entity, that I will use on the page, so this is the context object.   I have something like this:   MASTER 1 --- * B B 1 --- * C   Is the only way to let the user enter the association name? Would be nice if the user could select the association.   And... in the old days, we always had a context object. Is that one still available?    I'm sure I'm not the first with these challenges ;-)   Sven.
asked
2 answers
0

Hello Sven Franke,

 

It is not possible to do it just like this:

image.png

image.png

 

Hope this helps,

 

Good luck!

answered
0

Thanx,

 

Sorry, I was not very clear. I'm trying to get the ChildB and ChildC into a widget (which I'm developing).

So I was wondering how to get the associations from the MasterA to ChildB and the associated ChildC.

 

I have a datasource property in the XML that will get the ChildB, but now I need to get the ChildC's for every ChildB.

 

One solution would be to make it persistent, but that is not what I want.

answered