- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 08:24 AM - edited 09-22-2023 08:25 AM
Configuration currently (it is working correctly and copying over everything)
Need to know how to stop the assignment group from being populated if it is an inactive group
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 10:59 AM
There you go
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 10:32 AM
Hi @Joshua Comeau,
I wouldn't change the current logic.
Create a before insert Business Rule.
Condition Assignment Group.active = false
Action : Assignment group To NULL
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 10:42 AM
Can you send a picture of your configuration as its hard to follow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 10:59 AM
There you go
Help others to find a correct solution by marking the appropriate response as accepted solution and helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-22-2023 11:01 AM - edited 09-22-2023 11:01 AM
the script looks right to make the assignment group blank
but I meant assignment group is inactive not the ticket?
Thoughts on how to do that?