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
Salesforce Learning 5Salesforce Learning 5 

Refreshing the standard vf page when a button in inline vf page is clicked

hello ,

i have added a inline vf page to my pagelayout

when ever the button in that inline visualforce page is clicked.. a record should be created on another object and a field in that detail page layout should get updated
i did that..

the moment i click the button but i want the page to get refreshed by which i can see the field update....

now if i want to check wether the field is updated i have to manually refresh the page..so i want to include that in the code...

can anyone help me out
kiranmutturukiranmutturu
Just try to do this onclick="window.top.location='{!RecordId}'; return false;"