You need to sign in to do that
Don't have an account?

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