- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-27-2020 03:32 AM
Hi All,
I have a record producer which is creating incidents,so it is by default assigning the tickets to assignment group - A (which is already configured ).Now I have made the assignment group- A inactive but also I can see that the tickets are getting assigned to that group.
Any help would be highly appreciated.
Thanks,
Karan
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-04-2020 08:29 AM
Hope you are doing good.
Let me know if I have answered your question.
If so, please mark appropriate answer as correct & helpful to close the thread.
If not, please let us know if you need some more assistance.
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-27-2020 03:34 AM
You have to update the record producer. Can you share the code from the record producer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-27-2020 06:37 AM
Ok that works fine,but just wanted to know the reason like when the group is already inactive then why the tickets gets assigned to that group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā08-27-2020 04:42 AM
Default assignment of the record producer to a group is scripted in Record producer. Please update that to other group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
ā09-01-2020 03:02 AM
Hi Karan,
How is the group set?
Is it via record producer script or some assignment rule on that table.
Possibly your script or assignment rule is not checking whether your group is active or not before setting it and this is OOB i.e. system won't check whether group is active or not if you use script etc
Please check that place and add condition of checking if group is active
Regards
Ankur
Ankur
⨠Certified Technical Architect || ⨠9x ServiceNow MVP || ⨠ServiceNow Community Leader