Automatically refresh the form after clicking on Submit button on 'GlideModalForm'.

Para5
Tera Guru

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.

1 ACCEPTED SOLUTION

MrMuhammad
Giga Sage

Hi @Sonu Parab,

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

Regards,
Muhammad

View solution in original post

1 REPLY 1

MrMuhammad
Giga Sage

Hi @Sonu Parab,

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

Regards,
Muhammad