NirajShah4
6 years agoQrew Cadet
Conditional Dropdowns Dependent on Multiple Many to Many Relationships
I am attempting to solve for something which I believe can be solved natively.
I'm looking to pull in information for "Rates" for a product based on a selection within a Category, Department, Service, Assignment, and Pricing Level.
The issue I am coming up with is that all the factors that make up the Rate (Category, Department, Service, Assignment, Pricing Level) are all many to many such that a Category can have many Departments (and vice versa), Departments can have many Services (and vice versa), etc. However, once the unique combination of Category, Department, Service, Assignment, and Pricing Level is selected the appropriate Rate would show up.
Is there a way to make this functionality work via conditional dropdowns either by separating all components of the Rate into separate tables or another fashion?
I'm looking to pull in information for "Rates" for a product based on a selection within a Category, Department, Service, Assignment, and Pricing Level.
The issue I am coming up with is that all the factors that make up the Rate (Category, Department, Service, Assignment, Pricing Level) are all many to many such that a Category can have many Departments (and vice versa), Departments can have many Services (and vice versa), etc. However, once the unique combination of Category, Department, Service, Assignment, and Pricing Level is selected the appropriate Rate would show up.
Is there a way to make this functionality work via conditional dropdowns either by separating all components of the Rate into separate tables or another fashion?