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
Vadivel MuruganVadivel Murugan 

lightning related list refresh issues

Hi,

I have created the custom object with related to order. I have created the rollup summary in Order page. But when i have made changes in related list that time the rollup summary values not affected in parent pahe for Order. When i hae try to edit and save that time shown the error "Some one has modified the record, please reload" that time only the rollup summary values has been chaned. 

So please suggest any one when i have modify/create/delete record in related list that  time auto refresh the Order page(Parent Page) also. How to acheive this in lightning related list(Custom object)
Rahul KumarRahul Kumar (Salesforce Developers) 
Hi Vadivel,

Delay in the refreshing related list in lightning.Please check the idea posted in success community. I hope it will be helpful.

Please mark it as best answer if the information is informative.

Best Regards
Rahul Kumar



 
chaitanya motupalli 13chaitanya motupalli 13
 try command link on VF page with target attribute it reloads the page refernce page in lightning. it worked for me also.
<apex:commandLink value="Reply" action="{!replytoDCR}" target="_parent" styleClass="btn" style="padding: 4px 4px;" ></apex:commandLink>