- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2019 01:07 AM
Hi All,
I have one requirement where an widget in the service portal, I need to reload the form. PFB screenshot.
This popup opens on click of a widget. My task is to reload the form on click of the highlighted button 'Assign task'.
Below is my code which has the method to be called on click of 'Assign task' button in the widget:
Please let me know your suggestion on this. Thank You.
Solved! Go to Solution.
- Labels:
-
Scripting and Coding

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2019 01:12 AM
Hi
You can use reload use window.location.reload(); to reload the page.
Hope this helps.
Regards,
Omkar Mone

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2019 01:12 AM
Hi
You can use reload use window.location.reload(); to reload the page.
Hope this helps.
Regards,
Omkar Mone
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2019 01:20 AM
Hi Omkar,
I tried this in the Client controller of the widget but page is not reloading. Is there any other suggestions which will be helpful in the widget?
Thank You.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2019 01:25 AM
Hi
Can you show me the code where did you add this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-21-2019 01:30 AM