I have table task where you select the organisation and after executing the task a screen opens with the selected organisation. Is it possible to get the id of that organisation in the url. So like below and than with organisation_id = 6?

I have table task where you select the organisation and after executing the task a screen opens with the selected organisation. Is it possible to get the id of that organisation in the url. So like below and than with organisation_id = 6?
Best answer by Anne Buit
Hi groos,
Storing the full state of the screen (the current filtering, sorting, grouping, the current selected row, opened detail(s) and the same information for any opened details) in the hash navigation to preserve this on page refresh may not be feasible.
The GUI could bind the F5-key to only refresh the data instead of refreshing the entire web application. Pressing F5 would then do the same as manually pressing the refresh data button in the action bar.
However, F5 is a default browser keybinding. Some newer user groups in our user base do not like the default browser keybindings being overwritten by the GUI. I’ll take this up with the GUI team.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.