Hi!
We have started in a few places in app to separate the grid and details of the lines because the screen was to crowded.
We do that by using a task triggered by double-click on record which starts a process flow:
- Depending on the place task was triggered, the process flow takes the primary key and navigates to a variant passing as filter the primary key
- On the variant, we have only the details of the record clicked
The main problem is that if the user refreshes the page, the primary key is lost and the form will display the information for the first record in the initial grid.
Is there a solution for this? If not, maybe we can find a solution, me and my colleagues where thinking that besides the subject and variant used will help also to include in URL the record in focus.
In this way, not only will help keeping individual pages for records relevant but also in grid to not lose the focus on a row and maybe other usages that I don't have currently in mind.
Thanks!