- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 11:36 PM
Hi developers,
I have a List type field and want to display choices based on another field value.
I tryed it by using 'Dependent on field' option and 'Dependent value' on sys_choice but it doesn't work for List type field.
Is there any way to achieve my requirement?
Thanks.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 11:52 PM - edited 06-19-2025 11:57 PM
Hi @shun6 ,
With List type (added as choices) this won't work dependency
I believe current field looks like this (list with choices)
the only work around I can think of at this point is create custom a table for those choices and add a reference qualifier
or try using (question_choice) table come up with plan and see if you can add those choices in the question_choice table and make it depended using ref qual
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 11:54 PM
it works only for list field having actual table being referred.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 11:52 PM - edited 06-19-2025 11:57 PM
Hi @shun6 ,
With List type (added as choices) this won't work dependency
I believe current field looks like this (list with choices)
the only work around I can think of at this point is create custom a table for those choices and add a reference qualifier
or try using (question_choice) table come up with plan and see if you can add those choices in the question_choice table and make it depended using ref qual
Please mark my answer as helpful/correct if it resolves your query.
Regards,
Chaitanya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2025 11:54 PM
it works only for list field having actual table being referred.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader