When we open a direktlink like
https://www.appsheet.com/start/58e55bbe-607e-4d64-99fa-d8f2255c9a5b#control=Anlagenkomponenten%20Slideshow&row=a372236
and open a row in the inline view and then hit the back button, we get into a “page=empty”, a blank page.
https://www.appsheet.com/start/58e55bbe-607e-4d64-99fa-d8f2255c9a5b#appName=Wartungsliste_Test-38452-651676&page=empty
I assume that the App looses the context. But why? I mean, there IS a Parentview.
The same thing happens when I use a navigation action with LINKTOPARENTVIEW().
This was already posted. @bien Did you ever solve this?
2 Likes
The solution: We need to put a “&page=detail” at the end of the URL.
https://www.appsheet.com/start/58e55bbe-607e-4d64-99fa-d8f2255c9a5b#control=Anlagenkomponenten%20Slideshow&row=a372236&page=detail
4 Likes