reference list collector dot walking

brendanwilson84
Kilo Guru

Hi Guys

I am trying to dot walk from a list collector reference field.   The requirement is, that the user can select multiple locations, and then the city, state and county pre populate

Is this possible without coding, or do you guys have any suggestion how to make this work?. We are using Helsinki

find_real_file.png

find_real_file.png

2 REPLIES 2

ananthagowraram
Mega Expert

Hi Brendan,



You can try giving dependent value



Ex:


Feild1:   location


Field2 : state


Field3 : district



Then Feild2 and Feild 3 will be dependent on feild1



Thanks


Anantha Gowraram


damodarreddyp
ServiceNow Employee
ServiceNow Employee

I think you can do this.. if the City, State, Country are again reference fields..



Location table.. has City as a reference field..


in this case, you copy the reference field sys_id and set the display value from that?



If they are not reference fields.. glide list may not work..



Hope this helps.