Hello, trying to figure out the best way to make Team required for user. I could put a Team subgrid on the User form and use js to make it required.
However, the User-Team relationship is selectable via the left nav area so I don't want to duplicate the selector control if it's already available and enforcable as mandatory.
So my question is: if I want to make Team required for Users in user admin then will I need to follow the first approach I described? Or is there a way to implement this in a more OTB way?