We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

Join problem task to problem to incident to SLA creating a database view

Yanhong Huang
Tera Contributor

I am creating the database view to Join problem task to problem to incident to SLA that can be reported on for things like: Problem task associated with disruptive incident has breach SLA.

May I know how to achieve?

 

 

YanhongHuang_2-1720498036486.png

 

1 ACCEPTED SOLUTION

I don't think you need all 4 tables for that. It could be enough to join [problem_task] with [task_sla] and add a where clause to narrow the list down to just the problem tasks that are children of problems records associated with a disruptive incident.

 

To get an idea how to join [problem_task] with [task_sla], take a look at database views [incident_sla] or [problem_sla] that are available in the base system.

View solution in original post

5 REPLIES 5

May I know how to add a where clause to narrow the list down to just the problem tasks that are children of problems records associated with a disruptive incident?

 

I created the database view for task_sla and problem task, but I still cannot get the disruptive incident record.

YanhongHuang_0-1720578694669.png