Incidents getting assigned to inactive group

KARAN24
Tera Contributor

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

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

@KARAN 

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

7 REPLIES 7

Willem
Giga Sage
Giga Sage

You have to update the record producer. Can you share the code from the record producer?

KARAN24
Tera Contributor

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.

Anusha Reddy1
Giga Expert

Default assignment of the record producer to a group is scripted in Record producer. Please update that to other group.

Ankur Bawiskar
Tera Patron
Tera Patron

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

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader