Below is the scenario that I require help on.
I have two fields : Product Category and Product
Below are the values of the same:
Product Category : A,B&C
Product : A1,A2,A3,B1,B2,B3,C1,C2,C3
The relation ship between the fields is as below
Product Category | Product |
A | A1 |
A2 | |
A3 | |
B | B1 |
B2 | |
B3 | |
C | C1 |
C2 | |
C3 |
On selecting the Product Category as A, the Product field should show values A1, A2 and A3, with the ability to the user to select multiple values eg. A1 and A3 / A1 and A2 / A2 and A3
-------
Currently we have created Product Category and Product as Entities. Also we are using the same as as Lookup fields on the form. However we are open to explore any solution that meets the requirement.
Thanks !