UIB: How to reload form after closing modal viewport

Vincent Ramos
Kilo Guru

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

Brad Tilton
ServiceNow Employee
ServiceNow Employee

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.