When returning to a screen that has a grid with checkboxes, the refresh grid action clears the checkboxes. this creates issues.
Before the new release I had built an app for a client that would help them batch process order lines. On certain occasions, they wanted to view the entire order, so I had a go to screen action on row click. This enabled them to view the order, come back to the screen and keep checking off order lines.
Now for an example if they have 5 or 10 rows checked and then view in order, coming back to the screen clears all the checkboxes on the grid. The Back button is not forcing the screen to refresh.
How should we overcome this?