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
SattibabuSattibabu 

Application Event fired from VF page is not updating/refreshing the component ?

Hi All,
I have requirement where i suppose to fire application event from VF page. VF page will open as pou-up on click of button in Lightnign component. After completion of transaction (adding object record ) in VF page, VF page will fire an applicaiton event . I am handling same application event from Lightning compoent. I can see event attribute value passing from VF page to lightning hanlder method. However when i set event attribute value to Lightning attribute , component is not getting rendered. 

If i do the samething by using component event inside the component , i can see component get rendered with udpated value.
This Handler Method is for handling event fired from VF. Here we’re setting ‘stage’ attribute  
User-added image

Can someone guide us what went wrong with this approach . Thanks in advance.