
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2022 08:05 AM
I am calling "Ticket Conversation Widget" inside a widget but unable to see the result. If I add it separately on the page it is coming up but not coming when added inside <widget> tag.
Please find the below code:
<div class="panels-container">
<widget id='widget-ticket-conversation'></widget>
</div>
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2022 09:54 AM
After few trial and error I found a solution, which might help somebody in near future especially for release Rome and above.
Server Side:
data.ticketConversation = $sp.getWidget("widget-ticket-conversation");
HTML:
<div class="panels-container" >
<sp-widget widget="data.ticketConversation"></sp-widget>
</div>

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-21-2022 09:54 AM
After few trial and error I found a solution, which might help somebody in near future especially for release Rome and above.
Server Side:
data.ticketConversation = $sp.getWidget("widget-ticket-conversation");
HTML:
<div class="panels-container" >
<sp-widget widget="data.ticketConversation"></sp-widget>
</div>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2023 03:06 AM - edited ‎05-19-2023 03:08 AM
hi @Deepika Mishra i have also do the same thing but my widgets are also not working as expected but all widgets are individual working fine can u help me