Database View to track Interaction Lifecycles

Still Learning
Kilo Sage

I have a requirement to create a dashboard that shows the full lifecycle of an interaction from it's creation to subsequent requests, incidents, or cases created from it through their lifecycles (i.e. incident is created from an interaction => the incident has a problem created from it => the problem record has a corresponding change request created). 

I have created a database view to merge the interaction_related_record table with the task table but am unable to get the data I need from the database view. 

My where clause does not seem to produce any records where there should be.  

Where Clause:

task_sys_id = interactionRelRecord_document_id

 

What am I missing?  Any assistance is greatly appreciated!!

3 REPLIES 3

Bert_c1
Kilo Patron

Post screenshot of your database view. Once done, Community members here can assist.

Here is a screenshot ... DB View.png

Bert_c1
Kilo Patron

Click on the 'Try It' link and see what you get.