Looking for some guidance.
The basic setup for what I want to do is...
User
Group
Fund_Num
So, I have users who can belong to multiple groups.
I have groups that can contain multiple fund numbers.
I would like to place users in groups and then add fund numbers to groups
So, when a user is selected, he can only select the fund numbers to which groups he is in.
Trying to figure out a way to get this to work without writing actual code.
I have been trying different scenarios. such as
1) - creating users with new entity reference field
- creating new content types and using the same entity reference from user's field
- trying to get views to be able to tie these two bundles (user and node) together
But I can't get one to see the other.
2) I have tried creating new entity types, but that hasn't worked at all.
3) Make use of user entity and taxonomy for the groups. and then a new content type just for funding number.
Ideally, the groups and users are easily addable. I though I could use taxonomy for those groups.
Any ideas are appreciated
Thanks much!
