How to restrcit a certain assignment group to be used on all tables

migcardona
Tera Contributor

Hello!

I am trying to restrict EVERYONE from using the "All Users" group as the "Assignment Group" field on ALL TABLES. So that users can't accidentally assign the "All Users" group to a ticket and everyone gets alerted.

migcardona_0-1709074330451.png

 

1 ACCEPTED SOLUTION

Dr Atul G- LNG
Tera Patron
Tera Patron

Quick and simple

 

Create a new group type and assign to this group.

and make sure Assignment group shouldn't have this in condition.

 

AGLearnNGrow_0-1709134650353.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

View solution in original post

4 REPLIES 4

Dr Atul G- LNG
Tera Patron
Tera Patron

Quick and simple

 

Create a new group type and assign to this group.

and make sure Assignment group shouldn't have this in condition.

 

AGLearnNGrow_0-1709134650353.png

 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

I don't understand.

I tried adding a condition so the group named "All Users" can't be used in the "Assignment Group" field but "Group" doesn't even populate as a variable to make a condition from.

migcardona_0-1709140061208.png


Also, this is only editing the INCIDENT TABLE, I need this for ALL TABLES like REQ, RITM, SCTASK TABLES etc.

I don't understand.

I tried to make a condition so that the Group "All Users" cannot be assigned in the "Assignment Group" field but the Group variable does not populate in the condition statement. Only "Group Email" does.

migcardona_0-1709140300062.png


Also, this change will only effect the Incident table but I need this on ALL tables such as, REQ, RITM, SCTASK etc. as well.

How can I block the All Users group from being used on any Assignment Group field on any ticket type/table.

migcardona
Tera Contributor

@Dr Atul G- LNG 

I created a new group type and assigned it to the group that was giving me issues. In this case it was the "All Users" group. Once I did this, the "All Users" group no longer shows on ANY table (ticket type e.g. incidents , task, etc) since the "All Users" group no longer satisfies the Reference Condition which is "Type is null".
Your delivery was a little vague for a beginner but I thank you for helping me find something that works!