UIB: How to reload form after closing modal viewport
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-19-2022 11:30 PM
I created a workspace experience and I am calling a page to render in the viewport modal from the record page using declarative actions.
After closing the modal, is there a way to reload the form or page? or at least push an alert info message on the record page?
I'm updating the current record and need to reload it to display the updates correctly.
1 REPLY 1

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-20-2022 07:44 AM
The gform data resource that is feeding the data to the record page component should have a refresh event handler associated with it so you should be able to fire that event handler based on whatever event is closing your modal.