Verify/Export interaction on Task for specific assignment group

LDeMatteis
Kilo Contributor

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

 

1 REPLY 1

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @LDeMatteis 

 

There are two possible requirements:

  1. The owner needs a list of SC Tasks and Requests where the group has been assigned and is still currently assigned. OR

  2. 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.

 

AGLearnNGrow_0-1742757774337.png

 

*************************************************************************************************************
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]

****************************************************************************************************************