Multiple fields association

0
I'm having a problem how to associate multiple Users with a single Entity called Report. For example I want: Report has: input user A  labelA(another attribute from user reference)   input user B labelB(another attribute B from user reference)   If reference is 1-* then only one user can be associated to a report entity, if reference is *-* then both input fields automatically contain all users that are referenced which is not good. I want each input field to be referenced to a single user and automatically fill appropriate label with value from that user. I've been struggling a lot and I cannot find a way how to do it.  
asked
2 answers
0

Try something like this?

answered
0

If this cannot be done by reference I would at least like to get a list of Users and have a separate string field in Report entity and then just somehow use autocomplete over that list but I don't know how to get autocomplete without having a reference.

answered