A client of mine wanted a way to create links from one item in an inline list to other items in the same inline list. Deeplinking and navigate to tab actions don’t work here. I was able to achieve this by creating relations to those list items (using a template column) and linking them with a button with a view details > relation action.
Hmm, is this possible to navigate to a specific list item from another tab that has another data source? I have an inline list acting as a menu and I’d like to direct my users to a particular item’s detail screen in that tab.
So far I can sort-of do it by creating a new, identical Details screen. But I’m going to forget that this screen exists in a few months and maintaining it will be a chore.
Thanks! That’s so far been the solution, but that new screen has to be manually made identical to the detail screen - as they are theoretically different, correct? As far as I know there’s no way to point to a specific detail screen