Debug dirty form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2017 08:21 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2017 08:27 AM
The first place I'd check is any onload client scripts associated to the table. There's a chance there's a hidden field that's getting updated while the form is loading. If there's nothing there you could check your UI Policies to see if any have scripts enabled.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2017 08:31 AM
Hi Josh,
Possibly a cause of some OnLoad or OnSubmit client script that is updating some field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 12:23 PM
Did you find the cause to be something other than an on-load or on-submit script? I'm having the same issue after modifying a form and not making any changes that would affect the dirty form detection.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2018 12:49 PM
For those that stumble on this post in the future, ServiceNow Guru has a great post on how to debug a problem like this.
I could not find where a field was being changed and using the examples here created a simple BR to log the modified field.
https://www.servicenowguru.com/scripting/business-rules-scripting/checking-modified-fields-script/