Associations tab is showing empty even though I have created associations in Domain Model

0
Hello People,   I have following Soccer app creation in “Expand Your Domain Modeling Skills” Module as part of it I have to tag my data source as mentioned.    Unfortunately, It’s showing there are no associations linked to my selected entity as shown below   But I have created associations in Domain Model (please find image below).    Can anyone help me, what I’m missing here??   Thanks in Advance   Regards, Anurag Kusuru  
asked
2 answers
0

This will happen if there's no context object on the page you're trying to implement the listview. 

If you want to retrieve data over association in a listview, the listview needs to know from which object you want the associated objects. 

For example, you could place the listview in a dataview with context 'Stadium' and have the listview show all Matches in that Stadium over association. 

answered
0

Long description

answered