Is there anyway to create a field on a Member, where an administrator can assign multiple Members to another Member of a different Member Type?
For example, we have 2 Member, "Dealers" and "Distributors". We would like to have a field to allow multiple "Distributors" to be associated with a "Dealer".
I know Umbraco has a "Member Picker" data type, but that looks like you can only assign a single Member. I'm guessing I might have to create a custom data type, if it's even possible with Umbraco.
Assign multiple members to other members?
Is there anyway to create a field on a Member, where an administrator can assign multiple Members to another Member of a different Member Type?
For example, we have 2 Member, "Dealers" and "Distributors". We would like to have a field to allow multiple "Distributors" to be associated with a "Dealer".
I know Umbraco has a "Member Picker" data type, but that looks like you can only assign a single Member. I'm guessing I might have to create a custom data type, if it's even possible with Umbraco.
Any guidance would be appreciated.
If this helps anyone else, you can create a new Multinode Treepicker datatype and there is ann option to select Members are the Node type.
You can also use relation for it
is working on a reply...