- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2017 03:14 AM
hello,
i want to reload my form when i click on a button how can i do it ???
thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2017 03:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-15-2017 05:19 AM
hi Mihir Mohanta;
thanks for ur help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-06-2021 03:16 AM
Hi All,
Using location.relod(true) is not servicenow best practice.
We do have servicenow provided object to do the same "g_navigation.reloadWindow();".
Writing this just in case someone finds it useful in future, I also used "location.relod(true)" in one of my development purpose and we got few issues that it was intermittently not working in some of the browser and "g_navigation.reloadWindow()" works fine in every browser.
Thanks.
Regards,
Abhijit
ServiceNow MVP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-10-2021 08:42 AM
Hey Cody, good to see you responded to one of the old thread with your new findings. Keeping the old stuff updated.
Thanks buddy.