- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2022 05:45 PM
This is part of a scenario where I have created a custom table and am using a Data Lookup (but the data lookup may not be configutred corrrectly). I am trying to create an incident that populates with fileds for custom table
Custom field
Mailbox Owner - Reference field sys_user
I need to create an incident and assign to the Assignment group of the sender of email.
I have been up for more that twelve hours trying to solve this...
Solved! Go to Solution.
- Labels:
-
Instance Configuration
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2022 10:13 PM
Hey Lon,
this is how i accomplished this task.
trigger condition for new email is receive type = New
i was able to look up the user from the email and then assign it to their assignment group
please mark helpful or correct 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2022 06:51 PM
There does not seem to be a data pill for assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2022 10:13 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2022 11:19 AM
Thank you soooo much!