Verify/Export interaction on Task for specific assignment group
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2025 12:17 PM
Good afternoon
I would ask help on topic in object
I have a request from the owner of an Assignment Group, to export all SCTasks and relative Items on whitch groups has interacted, and report if interaction is directly as first assignment group, or indirectly as part of the life of tasks
How I could achieve?
Many thanks for help
Luigi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-23-2025 12:23 PM
Hi @LDeMatteis
There are two possible requirements:
-
The owner needs a list of SC Tasks and Requests where the group has been assigned and is still currently assigned. OR
-
The owner wants to see if a task was assigned to the group at least once, regardless of whether it is still assigned. If this is the case, you need to:
-
Create a metric on the
SC_Task
table, specifically on the Assignment Group field. -
Build a Database View that joins the
SC_Task
table with the Metric table. -
Use this DB View to generate the required report.
-
This approach is simple and can be achieved using out-of-the-box (OOB) metric definitions.
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]
****************************************************************************************************************