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
kdaviskdavis 

Redirecting to records in the service console

Hi,

 

I have a custom detail page button that redirects to a visual force page and then upon a "save" action I need to redirect to that records detail page. I need it to work both in the service console and out. Is there a different approach to refreshing the parent window to return the detail view in service console and also directing to the VFP? In the regular case you would just append the record id onto the url but I see that the URL in the console has a different anatomy. Any tips would be very much appreciated.

 

Thanks

Developer.mikie.Apex.StudentDeveloper.mikie.Apex.Student

So you want to re-direct to a visualForce page? That you have overridden one of your detail pages with?