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
Michael PlunkettMichael Plunkett 

Lightning Related List not updating after new object saved via overriden Visualforce page

Here is my setup -- I am using Lightning experience and have a custom object as a related list and have overridden the New button to redirect to a custom visualforce page, where you can upload up to 10 files. Clicking Upload uploads them, relates them to the parent record, and inserts them via DML. Clicking Done redirects to the parent page via PageReference and the Parent ID. I have noticed that redirecting to the parent object, sometimes the new records are not displaying, and it takes a full page refresh for them to show up. Any ideas on what might be causing this?

User-added image
User-added image