- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 02:46 AM
I want to create a field in which I can select more than one values but I don't have a table to reference here. I have like 10 values which I would like to show and one should be able to select one or more values out of those 10.
What could be the best approach here?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 06:32 AM
So you can create a LIST type field and in the related list you get to define/add choices and it fits my situation. I have added choices with multi select functionality without needing a table.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 03:01 AM
Hi @Chandler2 ,
we don't have any field to select multiple values. The only option is create separate table and store values.
Then use the LIST filed type and select your table.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 04:35 AM
There should be some alternative as I can't create a new table for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 05:14 AM
Hi @Chandler2 ,
No we don't have any other alternate for this.
ServiceNow Community MVP 2024.
Thanks,
Pavankumar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-03-2022 06:32 AM
So you can create a LIST type field and in the related list you get to define/add choices and it fits my situation. I have added choices with multi select functionality without needing a table.
Thanks