I'm looking into a requirement to display a list of associated users for a component. For example, I've created a Business component which can have a number of associated Users but only one of them can be a primary contact.
To associate a User to a Business, I'm using RSMembership to add a custom SQL field to generate a list of Businesses.
Now I need to assign a Primary Contact to a Business, choosing from a list of associated Users.
Is this possible via Component Creator? Or is this something more bespoke?