I am using the master/detail pattern on a mobile app and I wanted to know if theres a way I could navigate on the master list using prev/next arrows on the detail panel. What is the best way to acconplish that? Should I pass also the previous/Next Ids as parameters?
Hi Caldara,
Hope you are doing well.
In my suggestion,
1. Yes, you can pass the previous and next IDs as a list in Detail screen, and refresh the detail panel aggregate based on the current ID in the list.
2. Keep the Master & detail screen content in web blocks(using if we can switch between screen content) and group them in a single screen. Use the same structure list which you used in Master screen to link the IDs for the prev/next in Detail screen.
Hope this helps!
Thanks.