How to set a clone widget to existing widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 11:30 PM
Hi Developers,
As i am new in service portal , i want to know how to set a cloned widget with an existing one.
While practicing Service portal,
I saw that in incident page end user view, it is showing assgned to and assigned group but in service request it is not showing.
For this i cloned the request filelds widget and gave name as copy request field.
Now i am getting doubt how to fix it in the existing one?
Any help will be appreciated.
Regards,
Manmath

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 11:37 PM
Hello,
you can directly do this to embed the widget
<div> <widget id="widget-cool-clock"></widget> </div>
For more details refer the below link
https://docs.servicenow.com/bundle/madrid-servicenow-platform/page/build/service-portal/concept/c_Ne...
mark correct if my answer solves your problem or mark helpful if it helps you any way
Thanks,
Priti
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-18-2019 11:59 PM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 12:11 AM
HI,
You mean that you have cloned a widget and instead of OOB widget now you want to use cloned widget on that page right.
Go to Page designer and on that portal and replace existing widget with Cloned one. If its in code then use priti's process.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-19-2019 11:05 PM
Once you have cloned widget you need to replace the widget with the original one in the page.
Look for Service Portal >> Pages & then check for necessary page. Open the page & then look for Open in Designer related link. Open it in designer view, remove the existing widget & replace it with the cloned one.
-satheesh