How to use same choices on two different fields on tables not related?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-06-2021 04:55 AM
I have two list fields on two different forms/tables not related (rm_release and sys_atf_test). I have a requirement to use the same choices in both fields, the choices are on the sys_choice table. I have tried using a Client Script to add the options, and that works for field type “choice” fields but not for “list” and I need to be able to choose multiple choices. Any ideas?
6 REPLIES 6
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-07-2021 04:01 AM
We've been using references to sys_choice for years without issue. You want to be sure to always use reference qualifiers to limit the options to a table and element so the entire table is not displayed.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 05:40 PM
Using sys_choice table is not recommended in this case. Please see the explanation here https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0813643.