Find which assignment rule applied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 10:48 PM
Our assignement rule function does not behave as expected. Therefore, I need to find out which assignment rule has been applied when I save a case record.
The audit history (History --> List)does not show the assignment rule name.
Please help
Regards, Donald Jayawardena
- Labels:
-
Customer Service Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 10:57 PM
Hi,
you won't know which rule gets applied.
you need to debug it one by one.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2024 01:50 AM
Thank you Ankur.
But, it does not sound like helpful design by ServiceNow for easier troubleshooting. There should be some level of traceability on which rule/flow (sysid), etc. got applied in making a certain transition on the record (shown in the audit history).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2022 11:19 PM
Thanks Ankur.
We are doing regression test on San Diego version as we are moving to San Diego patch 4 from Rome 7b.
For some of the categories, the Assignment_Group field does not get populated at all. We do not see this behaviour in Rome. According to the way we have built our assignment rules, the Assignment_group has to be populated.
In the record's audit trail (history-->list), I can see old and new values (assignment_groups) as SYS IDs. When the Assignemnt_Group get a null value in a case record, I checked the SYS_ID(new value) in sys_user_group table but could not be found.
Please let me know how I can troubleshoot?.