- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 02:55 PM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 07:37 AM
Quick and simple
Create a new group type and assign to this group.
and make sure Assignment group shouldn't have this in condition.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 07:37 AM
Quick and simple
Create a new group type and assign to this group.
and make sure Assignment group shouldn't have this in condition.
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 09:09 AM
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.
Also, this is only editing the INCIDENT TABLE, I need this for ALL TABLES like REQ, RITM, SCTASK TABLES etc.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 09:31 AM
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.
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-28-2024 12:45 PM
@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!