ServiceNow Learning 58: Functionality of GlideNavigation-open & openPopup in ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 12:49 AM
Hi All,
I have found a very good feature which runs in client side and can't be used in UI Action, Client Scripts or any Client-Side Scripting which allows you to redirect url.
g_navigation.open('incident_list.do?sysparm_query=active=true');
g_navigation.openPopup('incident_list.do?sysparm_query=active=true', 'Active Incidents', 'resizable,scrollbars,status', true);
- 324 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 04:10 AM
@Shamma Negi ,
Thanks for sharing such a good feature.
Just for testing purpose I tried openPopup().I exceuted it in Javascript executer(Ctrl+shift+J) but it seems it is not displaying window name as per parameter given.
Again one question,
Can we add more features of window other than resizable, scrollbars, and status?
Thanks
Tejas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 07:00 AM
I tried this and it opened a popup for me and came as popup on same screen.
As of now, it provides these 4 parameters. I will share with you if I get anything extra on this.
Thanks for supporting.
Keep sharing and learning!!
Thanks,
Shamma
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-16-2023 07:00 AM
I can attach a small video if you want. To show how exactly it works.
Regards,
Shamma