Change schedules on Page in Service Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2022 07:40 AM
Hi together!
Is it possible to add this page from the Change Schedules to a page of the Service Portal including the functions?
If yes, do any of you have any ideas on how best to solve this? I have already tried searching for the widget/UI page, but unfortunately I can't find the right record. Maybe someone can help me 🙂
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-29-2022 12:17 AM
@Marcel2303 i think its takes lot of time to replicate the same functionality as we need to know the architecture and the data flow behind that native view page .
So i think iframe is the only option i guess as it involves heavy customisation.
Hope this helps
Mark my answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 12:14 AM
Thanks for the feedback.
After long consideration, it seems that nothing else is possible in this regard.
The only question is, how can I make an iframe as responsive as possible in ServiceNow?
Is there a good workaround?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-30-2022 12:28 AM
@Marcel2303 you mean increase the width and height of the frame window ?
if yes we can do it using these attributes
<iframe src="your_internal_view_page_url" height="100" width = "100" title="your_title">
</iframe>
Give any number in height and width which suits your screen
Hope this helps
Mark my answer correct if this helps you
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-23-2023 12:52 AM
this is also discusses in this article https://www.servicenow.com/community/developer-forum/build-custom-gantt-chart-report-in-servicenow-m...
no solution yet as I see it?