How to force reload a parent form

Naren
Tera Contributor

Hello all

 

Can anyone please help with below scenario:

1. I have a form with related list and a list banner button (Button name : Multiple Update - as shown in screen shot 1)

2. When I click on above button, displaying a pop up using GlideModalForm 

3. I have a custom ui action (button name: Submit as shown in screen shot 2). I'm updating some other table based on field values from pop up on click on Submit.

 

I want to refresh the whole form once after clicking the Submit button on pop up. Right now I'm able to refresh only the pop up but not the whole page. 

2 REPLIES 2

saran4
Kilo Guru

locaiton.reload(true);

Add this line to your ui action script

 

Mark as correct and helpful if my answer satisfies your query

Naren
Tera Contributor

Hello Saran.. Thanks for your response.

I already have tried this but it didn't work. It just refreshing the pop up but NOT the whole form. Plz let me know if you have any other option

 

Thanks

Naren