Change schedules on Page in Service Portal

Marcel2303
Tera Contributor

Hi together!

 

Is it possible to add this page from the Change Schedules to a page of the Service Portal including the functions?

Marcel2303_0-1669649855955.png

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!

 

 

8 REPLIES 8

@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

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?

@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

 

 

 

erikbartholdy
Giga Guru

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?