Displaying entity objects associated to another entity

0
Hi, I'm trying to create a job portal. Below are the job and application entities:   In the list of all jobs page, I have created a button, clicking which should display the list of all applications for that job. Any suggestions how can I achieve that?
asked
1 answers
0

Abishek,

 

when you click the job, open up a page with the dataview of "job". Add a datagrid in the dataview, and choose data source over an association to display a list of all the applications associated to that  job. 

 

Here is a screenshot.

 

answered