- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 11:35 AM
For one table only in one environment today the client scripts are not working.
for example, in an onLoad client script,
I have to start the script box with onLoad() to get the code to execute,
and it is only for one table, (it is an extension of the task table)
but also the case for older client scripts for that table
I cannot see any change to the table itself to cause this.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 12:16 PM
You might have a script error in another Client Script or UI Policy that is failing and that will cause code which would normally run after that to not run.
You can use your browser's developer tools/console to see if an error is happening, or take a look at this post - Internet Explorer Really Can Be Your Friend

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 11:40 AM
Hi David,
You can check the history to see how it got updated. Please find the screenshot attached for your reference.
Viewing a Record's Change History - ServiceNow Wiki
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 11:42 AM
The client scripts that were not changed also stopped working.
The feature that automatically executes the onLoad (or onChange) code for that table stopped working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 11:49 AM
Hi David,
This thread might be useful.
https://community.servicenow.com/thread/162822
https://community.servicenow.com/thread/169261
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-16-2015 11:53 AM
Thank you, but it is not catalog client scripts, and our eureka upgrade was months ago. This is more recent.