Display a Seconds Portal in Main Portal
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 02:35 AM
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 02:38 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 03:02 AM
Yes ITS all about Servicenow Portals, but different Instances
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 03:05 AM
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]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-27-2023 03:05 AM
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