Database replication Module. Can not add association

0
I need an example of adding Mapping Type ‘Association’ for tables 1...* For example, one Employee can be in multiple Teams.  the documentation of this module does not cover such case…. https://docs.mendix.com/appstore/modules/database-replication
asked
2 answers
2

Based on the solution I found, here are the screenshots with configurations for my case.
 

  1. Go to the option "Include additional tables" → New 
  2. Write a short name. (here: associated1)
  3. Left table - the table you want to import.
  4. Right table - the association table!!!!!!!! (...$team_employee) as the association in Domain Model! 

           See  image 1

  1. Click New to create a new constraint as shown on the image 2
  2. The results of actions 1-5 are shown on image 3
  3. Add another additional table with constraint as shown on image 4
  4. Add column mappings as shown on image 5

 

P.S. better download the images to see them in full view

 

 

answered
0

I HAVE FOUND THE SOLUTION https://forum.mendix.com/link/questions/86678

answered