Generate a report grouping Interactions, Incidents, Requested Items
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-01-2022 10:50 AM
Good day ServiceNow Community,
I am currently working with ServiceNow Rome, and I wanted to know how I can create a report which captures the Incidents, Interactions, and Requested items created by a specific assignment group. I have figured out how to create individual reports for each of the above-mentioned items, however, I haven't been able to figure out how to group them into one report.
Any help is greatly appreciated.
Best regards,
Bryan Vazquez
- Labels:
-
Performance Analytics
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-02-2022 06:55 AM
For Incidents and Requested Items you can just report on Task where the sys_class_name (table name) is incident or sc_req_item.
Interactions is where it gets difficult, because Interactions are not extended from task.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-07-2022 07:27 AM
Robert,
Thank you for the insight!
Best regards,
Bryan Vazquez
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-09-2022 04:31 AM
Thanks for the learning opportunity. Up until now I could have sworn interactions were tasks.