Hey. Sorry to ask this seemingly dead simple question, but I am really scratching my head how this does not work OOTB. There must be something I’m missing or maybe it is not configured correctly.
I have rooms and buildings collections.
Rooms have MTO association with buildings, and vice-versa, buildings have OTM association with rooms. In my Rails world - room belongs to building and building has many rooms.
All, good, works fine.
But when i display rooms in a table, and i also display an associated building, i want to click on a building to go directly to building record, without opening room > building.
This is so basic… but somehow I can’t make it work.
If this is not possible, it’s a huge drawback.

I am sorry to say, I have all that. As far as I understand and have tested - the Interface configuration is for the single record view (form). That works OK, I have that "open external icon" and I can open related record. Enabling/disabling this link in Interface settings hides or shows this icon (Navigate to item). What I was asking about is the table view of the collection. This ain't working with what you suggested.
– Svashtar