Create pop up as always on top
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 12:35 AM
Hi Everyone,
I have created pop up using g_navigation.openPopup. Is there way I can make this pop up as always on top. Basically it should not minimize if I click on other servicenow page.
var url = "https://www.google.com/";
var win = g_navigation.openPopup(url, 'ServiceNow', 'resizable,scrollbars,status', false);
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 02:02 AM
Might be helpful
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
07-01-2024 03:46 AM
Hi @Dr Atul G- LNG ,
The link you have shared is not related to my business requirement. My requirement is that a user will click on UI action, a pop up should appear with Client URL ( URL of video call app). Now this pop up should have two things one it should be always on top that means if I have clicked UI Action on incident form then this pop up should remain as it is and I should be able to edit incident form as well. Second thing this pop up should be resizable that means I should be able to increase size of pop up using curosr.
Thanks
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2024 04:24 AM
Sorry, mate.
Now your requirement is more clear, but unfortunate I am not a developer who can help much. 1st part of your work is achievable to create UI Page and put the details., but OOTB SN said, if UI page is open we cant make change on main form and resizing again might be do able but need a good customization.
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]
****************************************************************************************************************