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 11:15 AM
can you try this format:
Refer below community article if you are getting same error:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2020 11:47 AM
thanks for your reply
i changed the order and error is gone.
in my case what is expected is - if the interaction record is created with no related task, then also I would be able to see that in my work.
but here in this database view as we are mapping the task sys_id, interaction record with no related task is not visible for me which fails my requirement.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-30-2020 11:46 AM
can I utilize left join here to join interaction and task tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-01-2020 06:02 AM
Any help on this one please