How to force reload a parent form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 11:02 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-02-2023 10:22 PM
locaiton.reload(true);
Add this line to your ui action script
Mark as correct and helpful if my answer satisfies your query
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2023 06:38 AM
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