Right, but I don’t want that. I want the modal detail to only display project data. I need a separate page to show the corresponding Work Orders to a given project.
Okay, I figured out a solution, not ideal, but good enough for now. I simply added another Projects page with a detail and added the WO’s to that detail.
That’s correct, add another modal popup details view for the same parent record. You don’t need to show any fields, so now you can show the related line items on that page connected to the parent.
If I understood well, you can create different Details Views within the same page each with different fields layout. Then you can use Page Rules to show/hide the right view when the Criteria match one specific project or another criteria: field/user/role/etc (for example, a new field with different categories of project).
If the two tables are connected then you should be able to have a field that links to the detail page of the work orders from the project details view.