reference list collector dot walking
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2017 01:17 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2017 04:21 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-24-2017 04:25 AM
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.