How to create an association between tables in different domain models in the same app

1
Hello, I created an app with two domain models. How can I create an association between tables in different domain models? Have I to expose one table as OData Service? I didn’t find anything in the Documentation, Academy or Forum and would appreciate a helpful hint. Kind regards. Miriam
asked
2 answers
0

 

quick way:

right click the entity → Add → Association → select other entity

answered
0

You can’t draw a line (association) between the two tables like you’re maybe used to, but you can open the entity you want to draw the association from and then in the tab Associations create a new one. See also the documentation.

answered