I have an entity for schools, students, and courses. There are relationships set up between schools and students and between students and courses. I need to show the list of students enrolled at the school and their latest successful course completion - all on the school form. The list view on the school form would have the "student name" and "latest completed course code" columns.
How would I accomplish this? I would prefer a method that won't require building a plugin or a web resource, as I'm pretty sure it can be done with those, it will just take extra development.
The main part I'm stuck at is how would I show the latest successful course that the student completed? I don't believe views and subgrids support that functionality. Maybe a calculated field on the student entity that will pull the latest completed course from the related courses entity? I'm not certain that the business logic that you can program calculated fields with supports this.
*This post is locked for comments