function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Balu Phrabha123Balu Phrabha123 

refresh page

HI, 

I would like to refresh the page when the check box is checked. Actually We are using ncino UI layout. I want to reload couple of times. 

Thank you.
itzmukeshy7itzmukeshy7
<script>
window.location.href = window.location.href;
</script>


Execute this code when you want to force page reload.

#reload #javascript