- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2016 11:04 PM
Two widget on the same page !!
I have requirement to pass one selected incident (number) from (list of record) one widget to another widget so that I can fetch particular incident details using from server call and can populate details on the second widget ?
Please give me a simple example like for an incident.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2019 08:58 PM
Hello Everyone,
After putting this question I didn't get enough answer for this So I had created a simple widget communication long back for your better understanding and here is the link.
Thanks !
Jeet
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-12-2016 10:08 PM
Hi Jitendra,
The below link will be useful.
How to communicate between widgets in Service Portal
Thanks and regards
Swamy
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-28-2019 08:58 PM
Hello Everyone,
After putting this question I didn't get enough answer for this So I had created a simple widget communication long back for your better understanding and here is the link.
Thanks !
Jeet

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-29-2019 12:46 AM
A more elegant way of doing this is to use an AngularJS Service instead of broadcasting.
It is very simple to setup and use. You can look at the oob service spKBCategoryService.