I have a screen that is loaded using a Show/Hide Tab Link & Go To Tab Link passing in a couple shared result values that the screen grid will use to filter on. This works fine.
I have another screen that, from an action, will do a Show/Hide Tab Link & Go To Tab Link to the same screen in question, passing the same shared result values. The screen loads fine (with the correct Active Record ID), but the grid on the screen doesn't load and filter at all. It just keeps the previous values in the grid, so it's showing incorrect values.
Why would a screen (in particular a grid) behave differently when loading from two different locations?
Thoughts?
Thanks...