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
AkiTAkiT 

Best practice to return from external website

Hi,

We open external application in an iframe inside salesforce so that tab bar stays visible.

When we return to the opportunity detail page this also opens in the same iframe. (we pass return url "na1.salesforce.com/{!opp.id}")

What would be the best way to return back to Salesforce so that there is no iframe anymore? Now if inside iframe I go back to the external app again it will have again tab bar thus duplicating the tab bar. Is it best redirecting to s-control that refreshes whole page, etc..?

Any practices for similar case?