How does ServiceNow populate Assignment Group?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-20-2023 01:39 AM
How does ServiceNow populate Assignment Group? Purely depends on the "Configuration Item" 's support group or any AI involve? I'm asking this because we have some custom logic to populate the assignment group, I want to ensure our logic won't impact any AI / Serivice Now recommended ways.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-24-2023 06:27 PM
Hello @Lisa71
Greetings!
business rules can take precedence over assignment rules when they run after the assignment rule. Data lookup rules take precedence over assignment rules because they always run after.
refer servicenow doc here:
Out-of-box a Classification solution to predict the assignment group uses a Before Insert Business Rule to trigger the prediction.
Please hit the thumb and Mark answer as solution if it helped!!!
Kind Regards,
Ravi Chandra.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 04:33 PM
Thank you for your quick reply. What's the precedence with assignment rule, compared to Predictive Intelligence on the assignment group? Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-25-2023 05:06 PM
This would be business specific. You will need to look into client scripts, business rules and assignment rules. We can’t tell you how your business set this up