I need to be able to link for example Customers to either multiple Users or multiple Teams.
Now I managed to do this for a lookup field using a JavaScript but I have no idea how to do it for a Many-to-Many relationship.
Basically I need to find a way to re-enable the ‘Look for’ field when searching for example for multiple users and also allow the option to search for multiple teams as well.
Is it even possible?
You will have to do this with two seperate many-to-many relationships.
This is the best way to do, even if it doesnt give the most streamlined of UIs. But thats the way Mscrm was designed to work.