Widget to widget communication.

659
3
08-08-2017 04:32 AM
Raghunatha_ReddySura
New Contributor

I have widget A. I am publishing data from widget A, to widget B (onreceivedata) . Now, When I have done with the widget B, I want to send the data  back to widget A, that was already open.

How to call onreceivedata in widget A, that was already open.....

0 Kudos
3 Replies
RobertScheitlin__GISP
MVP Emeritus

All you need to do is use the publishData method in Widget B and if widget A is already open then the onrecievedata method will be invoked.

Raghunatha_ReddySura
New Contributor

Thanks for your reply. Will it work for in panel widgets also?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Yes

0 Kudos