
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 04:35 AM
Hi all,
I've just added a new field of type 'List' to my form (in this case sn_risk_risk). On the new field I've added several choices. Not that difficult I would think, looks to work, though...
+ When selected a choice, it's displayed fine in the choice list
- In the list the value is suddenly showed and not the label
- When the list is locked, only values are visible, no the labels
Double checked the choices and their values / labels: all ok.
I've must have overlooked something. Any ideas? An attribute perhaps? Or should I go for a different solution? The requirement is to have the possibility to select multiple choices.
Kind regards,
Mark
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 05:34 AM
I've never seen a list field used this way, so I'm guessing it's unsupported. In any case, it appears that it doesn't work in a choice list configuration. The simple solution is just to change it to a reference type list and go from there.
Please mark this response as correct if I've answered your question. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 04:39 AM
If you have your list field configured to display choice values in a list, does it work correctly if you display it as a reference type? Can you take a screenshot of your dictionary entry for this field and post it?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 04:57 AM
If changing to a reference and some table, all is directly fine.
Also nothing fancy on the field, It's just plain new nothing added besides choices.
Hmmmmm...
Might the field type 'List' not be intended for using choices? Docs is mentioning "Reference field that accepts multiple references rather than just one". Also did a check on my developer instance, could not find a single example of a List field with choices.
Maybe I'm on the wrong track? And should use a reference on the list field?
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-05-2018 05:34 AM
I've never seen a list field used this way, so I'm guessing it's unsupported. In any case, it appears that it doesn't work in a choice list configuration. The simple solution is just to change it to a reference type list and go from there.
Please mark this response as correct if I've answered your question. Thanks!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-06-2018 04:21 AM
It would be possible with renaming the choices, though then I would get labels with spaces, slashes etc which is bad practice 🙂
Just switched to a reference type and a new referencing table. All fine!
Kind regards,
Mark Roethof
Independent ServiceNow Consultant
10x ServiceNow MVP
---
~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field