Need Other Side of One to Many
In the case of the employee -> department example, I should be able to generate a "department" view that lists all employees within that department. Currently, the only way to do that is add a multiselect to the department page and select all the employees of that department. That's after you have already created the department->employee relationship on the employee page. We shouldn't have to duplicate this.
The lack of this simple relationship makes this application a no-go on most of my projects.
joshm