Reference entities in domain model of other module

0
Hello! Because it is getting overloaded if I do everything in the same module, I decided to create a new module. How can I reference entities of another module in the domain model? I want to make an association in UserInputNavigator to a list of Revision objects.  Or the other way around, create an assosication in RevisionInfo to Project. Regards, Raimund  
asked
1 answers
2
  1. Open the entity which should be the owner of the association, in your case the Revisions Entity
  2. Open the second tab ‘Associations’
  3. Click New to add the association.

 

answered