RelatedEntities action in JMix2?

Hi all,

Is there a similar action in JMix2 that shows related entities for example if I select 10 orders and want to see the customers for those orders?

Thanks for any pointers
Oliver

Hello @o.jeskulke,

At the moment there is no alternative solution. You can perform this action yourself.

I created an issue:

Regards,
Nikita

Thank you for the information!
I will give it a try, it sounds interesting considering the new logic where you can’t access target screens as well as before. My first thought is, to call the target screen and add a list of selected entities/ids to the URL but that will probably break for 1000 entities.
I will certainly need to dive deeper into the docs, if you already have a custom solution, please enlighten me, I am happy to discuss the possibilities.

p.s. I think using the withAfterNavigationHandler() will work well. Set the ids in the target view and when the view opens and has ids available, add them as parameter to the dataloader: Opening Views :: Jmix Documentation