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
Anup Kabra 2Anup Kabra 2 

how to refresh a Parent Detail page after updating records in inline visualforce page

Hi All, I am using an inline visualforce page in account layout to show related list of one of the custom object. When I click on edit and update the related record, changes dont reflect in Account detail page unless I refresh it. How do I refresh the accont detail page after updating records in inline visualforce page.

 <apex:commandLink action="{!URLFOR($Action.<custom object name>.edit, a.id) }">Edit</apex:commandLink>