-
Refresh parent page upon closing child with JavaScript
I want to close the child tab and refresh the parent tab scenario.
script
function closeRefresh(){
window.opener.location.href="/{!$CurrentPage.customer.id}";
window.top.close();
}This script is working fine in Chrome but it is not working in IE .In IE the child tab itself refreshing and loading the parent page in the child tab
Log In to reply.
Popular Salesforce Blogs
No Code Clearbit and Salesforce Integration
Clearbit is a consumer contact marketing data engine. It assists businesses in expanding by delivering solutions that enable them to better understand their clients, discover…
Top 5 Important Benefits of Salesforce CRM
Customer focus and a customer-centric strategy are critical components of building a holistic environment where customer information may converge. By connecting key business areas like…
Top7 Benefits of Using Salesforce CDP in 2023
Summer ’21 was the relaunch of Customer 360 Audience, which brought Salesforce CDP to the forefront. In previous articles, we explained what a CDP consists…
Popular Salesforce Videos
4 Key Highlights From the Dreamforce Keynote Event
Let's straightaway take a jump on the announcements – from Hyperforce, Einstein Automate, Service Cloud Workforce, and huge acquisitions – presenting you a summary of…
Rollup Trigger via Salesforce Record Triggered Flow - Trigger without code
Hello Folks, I created a Rollup trigger via Salesforce Record Triggered Flow (without code cool isn't). I use Record trigger Flow for that scenario. There…
Salesforce: Advanced 'Change Owner' Control in Flow and Apex
Alex Edelstein explains the Salesforce feature known as the 'Change Owner' Control in Flow and Apex. This video is geared toward those already familiar with…