- 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
‎07-12-2019 07:47 AM
Hi any one please tell me how to populate data in dropdown list field from sql DB.