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
Armoury05Armoury05 

How to refresh Visualforce from LEX

Hello - We have put up a LEX console based app and we added a Visualfoce page as one of the component.
Now VF is a form and based on a button click all the components in the app should be refreshed/updated. So we used sforce.one.navigateToSObject(recordid) to update the lightning components but looks like the form in the visualforce has not been refreshed and reset. Is there a way I can reset the visualforce preferablty from javascript where i can add the code right after navigatToSObject() event.?
Tried Options:
1. Windows.top.location() - Looks like the VF cannot execute this in LEX.
2. tried refreshing the VF iframe manually using google - inspect. But no luck either