function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
kzmpkzmp 

Console redirect to another page then come back from the other page remembering Console state

Hi,

We are using the SalesForce Console.

In the Console we show the Leads listview on the top and the selected Lead's detail view on the bottom.

So if you click a lead from the top list view that lead gets loaded below the list view in it's detail's view below it.

 

What we would like to do is:

Redirect the whole console page to another custom VisualForce page then from the other page redirect back to Console view but show the Console in the state it was before redirection.

For example:

1. Open the console do edit a lead in the bottom iframe.

2. After you save we have a small custom VisualForce page which redirects the whole console page to another page (PAGEVALIDATION) like this:

window.parent.parent.location ="PAGEVALIDATION URL"

3. Now what we want to do is have PAGEVALIDATION redirect back to the console but show the console in the same state as it was in step 1.

 

I appreciate any help with this.

 

Thanks,

Kos