How can I create a summary view back button?

I want to display the data on the search screen when I return from the summary view using the back button.

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to sansanw5661
    When i press the back button from the summary view, I want to keep the data on the search screen.

    There's no really direct way of doing that.  Instead, consider making the record link from the search screen open in a new tab by default.  Then the user merely closes that tab (or switches back to the search tab) and their original search values are right there where they left them.  This is my preferred approach anyway.

Children