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
Nagarajan CNagarajan C 

How we need to refresh Lightning record page Related Custom object List Using $A.get('e.force:refreshView').fire(); am able to refresh Standard object only

How we need to refresh Lightning record page Related Custom object List   in Lightning Componets.    Using  $A.get('e.force:refreshView').fire(); am able to refresh Standard object only

Kindly please help on this
Raj VakatiRaj Vakati
 $A.get('e.force:refreshView').fire() will refresh wil work for custom object also ? can u share the code to see the issue 
Nagarajan CNagarajan C
Hi Raj Vakati

i have case related list objects like standard(case comments,case,Activity,Task) and Cistom object (ServiceRequest__c and handoff__C) 

$A.get('e.force:refreshView').fire(); using this code in before finish method in flow but my custom object not refresh . if refresh the page my custom object list working fine.