- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2022 08:49 PM
1.I have created one button(UI Action) "Create Task" on stories form.
2.When I click on this UI Action it shows one 'GlideModalForm'.
3.When I fill the details on this form and Clicking on Submit button one record created and added in the related list which I have created on stories form.
4.The record is added successfully after clicking on submit button.but I need to refresh the stories form
to see the record.
5. I want functionality such that when I click on Submit button of 'GlideModalForm' it will automatically refresh the
stories form.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2022 08:53 PM
Hi
Please use below to reload the form.
location.reload()
If you face any issues please share the code so that we can assist with where to put above line in the code.
Please mark this helpful/correct, if applicable.
Regards,
Muhammad
Muhammad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-31-2022 08:53 PM
Hi
Please use below to reload the form.
location.reload()
If you face any issues please share the code so that we can assist with where to put above line in the code.
Please mark this helpful/correct, if applicable.
Regards,
Muhammad
Muhammad