Is there any possibility to refresh VF page from aura component?

881 Views Asked by At

1.I created a record for opportunity..
2.In opportunity detailed page..i edited the page and added LWC component,Aura component and Visual force page which contains stage field..
3.when i updated stage filed either from aura or lwc or vf or in detailed page it reflects in all frame works..
4.But when it comes to vf page every time i need to refresh my page to view the change .. without page refreshing i need changed to be reflected in my VF page...
5.Is there any way to do it can anyone please help me with it..

1

There are 1 best solutions below

0
On

I believe the standard way to solve your issue is using the apex:liveController tag in your VF. This is in Pilot so the feature might evolve or be abandoned (not likely to happen).

You will probably use action or oncomplete attribute to solve your issue.