This Product Ideas board is currently undergoing updates, but please continue to submit your ideas.
I asked a question and was suggested to post a feature request here.
I’ve defined linked records between two tables, say, Customer and Order with a one to many relationship.
In a view of Customer I can expand a cell in the linked order column to see a list of order records, but that list has a fixed format. I already have nicely configured Views for Order data. I would like expand cell to display the linked orders using one of those existing Views with an appropriate record query that filters to just the matching orders.
Likewise, in a view of Order, I want to click on a linked customer record, or “expand cell” to display that single customer using an existing View of Customer that I’ve configured.
Looks like there is no pre-built way to do this, nor scripted approach since a script can’t control the main table/view display.