Business case:
Customers can be described with different classifications.
Each classification can have multiple values, but only one value from one classification can be assigned to the customer.
Example: One customer can be marked in the classification "Company size" as a "small" company.
It can not be marked as "small" and "big".
The same company can also be marked in the classification "Industry type" to belong to a type of industry "pharmacy". It can not belong to the "pharmacy" and "food" industry at the same time.
Requirement: Users can add custom classifications with multiple values per each classification.
We could create a new Model with Lines (Add details to your records with an embedded list view). This model can be added to the Customer view in an additional tab.
Question: How can we show the Clasification and value of the classification in the same grid?