Hi,
So the scenario is as follows:
Field 1 is called Category and it consists of 6 option set values and it has been designed as an Option Set.
Field 2 is called Sub-Category and for every one of the option set values chosen in Field 1, there are a minimum of 5 options they can choose from Field 2.
The data looks like this:
Sewing Machine | Machine 1 |
Machine 2 | |
Machine 3 | |
Machine 4 | |
Machine 5 | |
Thread | Thread 1 |
Thread 2 | |
Thread 3 | |
Thread 4 | |
Thread 5 |
On my form Quote Product and Order Product, how do I allow the user to only see the associating options according to which Category they have chosen. When selecting Sewing Machine, in the Sub-Category only Machine 1 -5 should appear.
At any given time, the user will only have 1 Sewing Machine and 1 Thread meaning its a 1-1 relationship between the Category and Sub-Category field.
Thanks
*This post is locked for comments