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
FilikinFilikin 

refresh related list on a lightning record page from component

Hi,
I have a lightning component that is launched from a quick action on the account record page.
The component makes a payment to Stripe using REST and then creates a payment record linked to the account.
The related list of payments (a custom object) is on the account record page.
Is there a way to update this related list to reflect the new record that has been created?
I saw something like this in the realtors sample app, but I think that used a custom component for the related list.
Refreshing the account record view would solve the problem, but seems very "unlightning" like
Best Answer chosen by Filikin
FilikinFilikin
Solved most of this using the LDS reload - at least the fields are updating on the account record, can live without the related list for now