How to select multiple options in a list
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
36m ago
Hi,
My requirement is to have ability to select multiple options in a List of SIDs affected variable. Currently I am able to select only one value at a time. Kindly help.
Regards
Suman P.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
16m ago
Hi Suman P. @ServiceNow Use6 ,
Please open the Dictionary Entry for:
u_list_of_customers_affectedCurrently the field type is set to:
Type = ListPlease change it to:
Type = List CollectorThis will enable proper multi-select functionality and allow users to select multiple values in the field.
