- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2020 08:00 AM
I've been looking all over and from what I see this is not possible in Service Catalog.
This is available on the Watcher field in Incident/Change:
From what I'm finding, this is not available on a List Collector variable in Service Catalog. If so, has anyone come up with a suitable work-around? I have found that after the Catalog Item has been submitted, the user can open the Requested Item and add emails to the Watchlist. Users are lazy sometimes and don't want to have to go back and add later.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2020 12:49 PM
Would a single-line text field with a regex to validate email formatting work to accomplish this until the functionality becomes available as a SCI variable?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2020 10:20 AM
Hi,
You have to use "List Collector" variable type for catalog item and add "glide_list" attribute in variable attribute option(Default value section).
Regards,
Sagar Pagar.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2020 11:45 AM
Well, sorry I guess I should have lead in with that. That is exactly what I'm using. The issue is, the List Collector variable for Service Catalog does not include the email entry option that is in the image I posted.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2020 11:54 AM
If this is not an option for the List Collector, my other choice would be to have a text field below the list collector for the user to input the email addresses and I ca validate them.
With I'd like to be able to see when the user clicks the icon to expand the List Collector.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-05-2020 12:49 PM
Would a single-line text field with a regex to validate email formatting work to accomplish this until the functionality becomes available as a SCI variable?