Hi All,
I have 4 relational selectors (as a dropdown) on a page with the base object of case object type.
Dropdown 1 (Object 1)
Dropdown 2 (Object 2) (Filter Path - Dropdown 1)
Dropdown 3 (Object 3)
Dropdown 4 (Object 4) (Filter Path - Dropdown 2)
Dropdown 2 gets populated & filtered based on dropdown 1 selection, dropdown 4 gets populated & filtered based on dropdown 2 selection.
Relationship:
Object 1 has one to many relationship with object 2
Object 2 has one to many relationship with object 4
Object 3 has one to many relationship with object 4
Is it possible to filter dropdown 4 based on the selected values of dropdown 2 and dropdown 3 both?
Thanks,
Vishal
Afternoon Vishal,
Unfortunately Filter Path only takes one selection.
Is it possible that Object 3 has only a few limited choices?
If so you could possibly work around it by creating a Dropdown for each condition of Option 3, each appearing on an individual selection and using a subset based on Option3 to limit the selections reduced by Option2.
If that’s not an option, I’m not sure what to suggest other than creating a relationship through three to four.
If you get stuck, message me and perhaps via screen share we can discover another route.
Adam Mills
Thanks, @adam.mills. Unfortunately, it can have n number of choices and the list is manageable as well from the admin section.