Update standard lightning component when skuid page is saved
I'm trying create a Skuid page that interacts with a standard lightning component named Path. It's an Opportunity page and I want the user to be able to update the stage. When either the Path or Skuid page is updated, I want the component which hasn't been directly updated to update, so that both components are in sync.
From reading this link https://community.skuid.com/skuid/topics/lightning-skuid-page-edit-but-parent-doesnt-update I was under the impression I should be able to add an action named "Publish Event" to my Save button, with the event name force:refreshView essentially triggering the sync of both my components on the page, without having to do a whole page refresh, which would slow the page down massively. When Iook at the options in the "Event Name" drop down, I do not see "force:refreshView". Instead I see the options below.

Can someone help me on this please?
From reading this link https://community.skuid.com/skuid/topics/lightning-skuid-page-edit-but-parent-doesnt-update I was under the impression I should be able to add an action named "Publish Event" to my Save button, with the event name force:refreshView essentially triggering the sync of both my components on the page, without having to do a whole page refresh, which would slow the page down massively. When Iook at the options in the "Event Name" drop down, I do not see "force:refreshView". Instead I see the options below.

Can someone help me on this please?
Tagged:
1
Categories
- 7.9K Questions
- 926 Ideas
- 220 Discussion Categories
- 178 General
- 9 Community Feedback
- 3 Community Info
- 18 Knowledge Base
Comments
I've tried that, and it still won't work. here is a screenshot of the actions in my button
And here is a screenshot of my page where you can see the Path hasn't been updated, even though the user has changed the stage, and saved the record.
Also, are you including this page via the Visualforce component, or the Skuid Page Lightning Component? This will ONLY work if you include the Skuid Page via the Skuid Page Lightning Component, the event publishing to Lightning Components doesn't work if you're including Skuid via a VF component.