Can two non-persistent entities be associated?

0
Hi! Can two non-persistent entities be associated? And can I use this association to display data from Areas_2 in a dataView? To load a reference_selector or combobox with data from Areas_2?       Thank you!!!  
asked
3 answers
0

Yes, as you probably concluded after drawing the reference and have no errors that references can be used. Do note that non persistent entities only live on the client side. So retrieving them can only be done over associations so you have to take that into account when designing pages and microflows. But a dataview over association is possible. From the picture it is not really clear what kind of a reference you have set.

Regards,

Ronald

 

answered
0

Hi Ronald!

It is a many-to-one association.

 

I can't assign the association as a DataSource in the dataView.

 

answered
0

I have put it like this:

 

And I get this error:

answered