Enter multiple value in one field for servicenow filter
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 06:13 PM
May I know how I could enter multiple groups name in one field at a time for "Assignment group"?
Like this example. He put many groups name in this column at a time.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 06:16 PM - edited 02-15-2023 06:20 PM
Hi,
You should do the dot walking.
assignment_group.name is one of (comma/space/newline separated group names)
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 07:08 PM
Hi Saurabh;
Thanks for your prompt reply!
yes, it works.
but how can I do the same format like that example showing "Assignment Group is (A, B,C)?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 07:17 PM
Hi,
That is because of dynamic query like below
javascript:getMyGroups()
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-15-2023 07:43 PM
Hi,
I mean the filter is created by a colleague, that is to say we are in a same flatform.
so how can I do a same one?