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

Mike_R
Kilo Patron
Kilo Patron

Does it need to be embedded in the portal? Why not just add a hyperlink instead?

The hyperlink would be a redirect to the internal view.

We would like to include this in the service portal so that the customer can directly see the change calendar and change schedule in the service portal.

Hello @Marcel2303 ,

i can tell you a workaround .

In your page create a widget and in your Widget HTML you can try this 

 

<iframe src="your_internal_view_page_url" title="your_title"></iframe>

 

Hope this helps 

Mark my answer correct if this helps you 

Thanks

Unfortunately, I find the iFrame as not a clean solution for a client.
I am currently looking for some kind of "native" implementation like in the internal portal. That would be great of course.

Of course, if there is no other way, the iFrame must be used.