I am getting alert of 'you have unsaved changes, please save them to continue' eventhough i saved .
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 12:18 AM
I have a form and there is related list on the form. I created a record. when i click on new button on related list i am getting alert of 'You have unsaved changes, please save them to continue'. I tried saving the form and tried creating related list record still getting the error. May i know the root cause for this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 03:57 AM
same message coming for all forms and in all browsers?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 04:02 AM
yes
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 04:25 AM
did you debug which script is showing that message?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-09-2023 12:27 AM
This issue occurs when something on form has been updated from the backend script (say server side).
It could be a GlideAjax call to update something on the server side. Perhaps something was calculated on page load and set the field on the form.
Please check your scripts, for more information
If my answer solved your issue, please mark my answer as ✅Correct & 👍Helpful based on the Impact.