Custom view from two modules

I need to create a custom list view and it needs to show data from two modules. Is it possible with out the need of adding the fields from one of the modules into the other one?

Thanks,

Alexian

Have a look at this example:

https://suitecrm.com/suitecrm/forum/suitecrm-7-0-discussion/19222-subpanels-cases#66668

With a custom query you can get any data you want, and then put it into fields. Technically I think the subpanel would “belong” to one module but nothing stops you from grabbing related data from another.

You do need to have fields in the subpanel to receive the data, I think these are called “query_only” in the vardefs…