- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 07:31 AM
Can any one please let me know how to display drop down values dynamically based on another field selection?
I have 2 drop down fields. First drop down has 2 choices(value 1 and value 2). second drop down has 10 values.
If I select value 1 from first dropdown, I want to display second drop down with only few related choices out of available 10.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 07:38 AM
Hi Narendrad - You'll want to modify the sys_choice table records with dependent values. The dependent values will be the "value" or "sys_id" data of the record you're referencing. See my post below for examples of how we did this.
Multi-field sys_choice dependency
Let me know if you have any questions!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 07:38 AM
Hi Narendrad - You'll want to modify the sys_choice table records with dependent values. The dependent values will be the "value" or "sys_id" data of the record you're referencing. See my post below for examples of how we did this.
Multi-field sys_choice dependency
Let me know if you have any questions!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 07:40 AM
Hello narendrad ,
You can do it using client script on the form that contains the drop down field.
Maybe this link can be helpful : Choice list with multiple dependent values?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 07:40 AM
Hi narendrad,
I have answered similar to this here Question - List Collectors . Please let me know if you have questions.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-03-2017 10:53 AM
Use a lookup select box instead and then use a reference qualifier on that variable.