DavidDavid6
9 years agoQrew Member
Is it possible to have a conditional dropdown based on a many to many relationship in a grandparent?
I'm having an issue creating a conditional dropdown in my services form.
Tables: Project, Building list for project, buildings, equipment, services.
Relationships: Project<building list for project, Project<Services, building<building list for project, building<equipment, building<services, equipment<services.
In the services form, I have a selection for the project, and need the buildings drop down to only show the buildings that are in that projects building lists if that makes sense. and then another dropdown for the equipment in that building.
The dropdown for equipment in the building is working fine, but im having a problem figuring out how to relate the building to the project through the building list for project relationship.
Tables: Project, Building list for project, buildings, equipment, services.
Relationships: Project<building list for project, Project<Services, building<building list for project, building<equipment, building<services, equipment<services.
In the services form, I have a selection for the project, and need the buildings drop down to only show the buildings that are in that projects building lists if that makes sense. and then another dropdown for the equipment in that building.
The dropdown for equipment in the building is working fine, but im having a problem figuring out how to relate the building to the project through the building list for project relationship.