Listview containing multiple Doctypes?

Hi everyone,

I’d love to be able to create a listview that contains both Tasks and Issues in the same table. The idea is to have a page where staff can quickly see all tasks and issues that are assigned (allocated_to) to them.

I thought perhaps this could be achieved using the ToDo Listview, but unfortunately the hyperlink for those items direct to the ToDo itself, whereas i need the hyperlink to point to the specific Task or Issue.

Is there a relatively straightforward way to accomplish what I’m seeking using client side scripts? Anyone have time to point me in the right direction?

Thanks in advance

Hi @mace07:

Check Virtual Doctypes feature.
https://docs.frappe.io/framework/user/en/basics/doctypes/virtual-doctype

Hope this helps.

My approach would be a Workspace with Custom HTML Block. Design your own grid/datatable with your custom logic

You can see sample im Workflow Action doctype.