Passing data value from one widget to another
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-02-2023 11:59 PM
Hi Team,
we have a requirement to forward the approval action.
we have now introduced a new button called forwarded as below:
once selected, it will ask for whom to forward and the comments as below:
where this forward request pop-up is all together new widget which has been mapped.
So we now have to pass the forwarded user value to the main widget from where this has called.
So please help me on how to pass this data value.
As of now, i have hardcoded to some user value and its working fine.
I just need to replace this with dynamic value.
Please help me!
Thanks,
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-06-2023 01:41 AM
Hi Sri56,
For this You need to use .broadcast() and .emit() for passing data from one widget to another.
https://www.youtube.com/watch?v=e_mafzZbUAs
Mark my Solution as Accept and Helpful, if you got help from it.