Create a database view of task and Interaction table to show all records in my work at one place
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 08:43 AM
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

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 09:04 AM
Check this simple database view on change and task_sla table on your instance.
https://<instance_name>.service-now.com/sys_db_view.do?sys_id=6529424f0a0a0b4b00d66243f6fdf859
Check this documentation link:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 10:09 AM
In My case Interaction doesn't have any link to task table.
How can i query these two tables?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 10:25 AM
Hi Nikita,
interaction_related_record stores the relation between interaction record and task records.
Create a database view between these three tables.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 10:53 AM