In our system we want to use UDS and we have multi-value selects on our tagging UI. What is the best practice for putting out the values into the User Defined Schema? Should we create linked tables so we can represent each selection in the multi selection as a row or should we put all values into one field but have a delimiter separating them?
How much customization is involved with creating the linked tables versus cramming the data into one field?