Display a Seconds Portal in Main Portal

Meloper
Kilo Sage

Hi,

Is it possible to Show a Portal in Main Portal.

For example Show a Seconds Portal in a Widget or a smaller frame of the Main Portal.

Goal is to have different Portals from different Instances in on frame

7 REPLIES 7

Dr Atul G- LNG
Tera Patron
Tera Patron

HI @Meloper 

 

 

Second portal means, its SN portal or external portal?

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Yes ITS all about Servicenow Portals, but different Instances 

Hi @Meloper 

 

I doubt it is easily achievable. It required a customization where need to call the other instance and data too.

 

Instead provide links to navigate to other portals. 

*************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.

Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]

****************************************************************************************************************

Samaksh Wani
Giga Sage
Giga Sage

Hello @Meloper 

 

You need to create a Widget in the Main Portal, and use iframe tag of the HTML to show the homepage of other portal into it.

 

<iframe src="url of homepage of seconds portal" title="Sample Title"></iframe>

 

Plz mark my solution as Accept, If you find it helpful.

 

Regards,

Samaksh