With the last 2.6 version of Forms (On Prem), I'm trying to do a three levels cascading dropdown :
States List
State : Text Dield
Regions List
Region :Text Field
State : Lookup Field
Cities List
City : Text Field
Region : Lookup Field
Customer List
In the form, I have three lookup list fields to choose step by step the city (states, region, city)
I tried some tests :
(In fact, I wanted to just measure performance of the list lookup without page refresh : fetch almost 900 cities from 36.000 in 500ms. Awesome!!!)
Hey Jean-Francois, our Tech Evanglelist Sean Fiene is in the process of creating a blog post on this exact scenario Will post here once it's up!
This is exactly what I was doing but I had a strange problem with a lookup field.
I found the problem with CAML Query Helpder, create a new field and now everything works fine.
Regards
Hi Jean, Looks like everything worked out. Please mark Emily's or your response correct for others to find a solution with similar needs.
Thanks!
Trying to achieve below, really appreciate the suggestions for case 2
case1 case 2 case3
case3:
Case2:
Really appreciate answers