Create a database view of task and Interaction table to show all records in my work at one place

Nikita35
Kilo Guru

hello

I want to create a database view of tables Interaction and Task.

Idea is to see all the assigned tasks and interactions at one place - My work

My work currently uses Task table, I will replace this with my database view.

I would appreciate some help on this.

Regards

8 REPLIES 8

Gowrisankar Sat
Tera Guru

In My case Interaction doesn't have any link to task table.

How can i query these two tables?

Hi Nikita,

interaction_related_record stores the relation between interaction record and task records.

Create a database view between these three tables.

Right I did the same

find_real_file.png

 

 

I I get the error like this after adding interaction table:

 

find_real_file.png