servicenow: I need to reload a form from it’s UI Page client script. What is a reliable method? I’ve tried: ‘location.reload();’ without success
Summary The problem at hand is reloading a form from a UI Page client script in ServiceNow. The initial attempt to use location.reload() was unsuccessful, prompting the need for a reliable method to achieve this functionality. Root Cause The root cause of the issue can be attributed to the following: Incorrect context: The location.reload() method … Read more