1:n association twice

0
Hello, i have an entity which should give me one entry for one purpose and another for another purpose. If i use an *:* relation i get a list of the two sets from source but don’t know where which one belongs to. So i need a possibility to get two sets for different purposes.   The classic components don’t give me the possibility to store the serie..
asked
1 answers
1

Simply create 2 associations one for each purpose should do the trick.

If you need just 1 purpose in both cases then associate in *:1 fashion twice and set the name of the association so that it is clear which association is used for which purpose.

answered