Skip to main content
Nintex Community Menu Bar
Question

Refresh entire page, not just Skuid model

  • July 11, 2024
  • 3 replies
  • 3 views
  • Translate

Forum|alt.badge.img+3

Is there a way to have Skuid refresh an entire page instead of just a model? We have standard SFDC mixed in with Skuid but need the entire page (skuid model + SFDC fields) to refresh.

Did this topic help you find an answer to your question?
This topic has been closed for comments

3 replies

Forum|alt.badge.img+9

Do you want it to refresh automatically or when you press a button? 

If you want it on a button, you can use the action framework to refresh the page by selecting the “Go to URL” action and set the URL to the url of the page you want to refresh.

However, refreshing the models should refresh the fields on the models. You should be able to refresh everything without having to refresh the page and wait all that extra load time. 

To do it automatically you’ll need a in-line snippet with some javascript code

Translate

Forum|alt.badge.img+4
  • 33 replies
  • July 11, 2024

You can use the javascript snippet ’ document.location.reload() ’ to reload whatever page you are on. Insert it as a Javascript inline snippet and just paste that in directly.

You can have it run on a click of the button, or even as a model action to run after a change, such as a model saved, for example.

Translate

Forum|alt.badge.img+3

This did it! Thank you SO much for the help!

Translate

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie Settings