UI Backend

0
Hi Mendix Team, Currently I'm Working in UI Backend thing you have any Idea about that. Fetching Multiple Data by Clicking the Column it should fetch the details that is linked with another. Thanks in Advance   Regards, Rajbharathi 
asked
0 answers
0

You might want to check out some basic learning paths in the academy. But you could create a microflow where you pass the object that you are clicking on. Then in your microflow you can retrieve the other data you are looking for. You could use the references to those other object to retrieve over association. Or you could retrieve an unassociated object by doing a database retrieve. Hope this helps a bit.

 

Regards,

Ronald

 

answered