How to get SC_Task number, Assigned to and Assignment Group from Task SLA Table?

ladrake
Mega Expert

How can I reference the fields in the sc_task table from the sc_req_item_sla or task_sla tables?

I built an SLA report using the Task SLA table and I need to add several fields of data to my report from the sc_task table.  The fields are as follows: (sc_task) number, Assigned to, and Assignment group.  Also, I need to use the Assignment group as a filter.

find_real_file.png

I've tried to navigate to this table with no success.  Any help would be greatly appreciated.  Thanks

 

Larry

1 ACCEPTED SOLUTION

Out of the box - no, but you could build a new database view or check if someone else has built one already.

View solution in original post

9 REPLIES 9

Michael Fry1
Kilo Patron

Change your table to sc_task_sla. That's a database view that combines sc_task & task_sla tables together.

Hi Michael,

 

Thanks for the prompt response.  It is helpful to know that a database view is needed in order to build this report.  The database view that was suggested does not produce any results.  I'm guessing that tracking SLAs at the RITM level is the reason why.  Is there a database view that allows me to pull data from the Task SLA, Catalog Task SLA, and the Request Item SLA fields?

 

Larry

Out of the box - no, but you could build a new database view or check if someone else has built one already.

Thanks, Michael.  I'll pursue building our own database if I cannot find one that some else has already built.

 

Larry