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
DSLDSL 

Custom VF field reloading a related list?

Can a VF component on say the contact record trigger a refresh/reload of one of the contact's related lists?

 

For example, I have a VF page I placed in a section on the contact layout. I click a VF button and it creates an activity/task. Can I trigger a partial page refresh to refresh the list of activities, or do I have to reload the entire record page?

 

Thanks,

DSL

Paul OveryPaul Overy

Check out the example here:

http://wiki.developerforce.com/index.php/Checkbox_in_DataTable

 

It shows how you can rerender a portion of your VisualForce page.

 

Hope it helps.  :)