Hi All,
I am creating cases using data import. When i go back to the record which is created using import, it is showing unsaved changes.
However, I have tried to deactivate all the scripts on form load to find if there is some issue with any of the javascripts. Also, I have deactivated business rules one by one but no luck. Not able to find the cause of issue.
Please help.
Thanks.
*This post is locked for comments
I have disabled the scripts and populated the fields using Business Rules by changing some of the check conditions. Now the problem is resolved.
Thanks to everyone for guidance and support.
Yes I have cleared the cache. But I need to enable those scripts to populate values.
Have you cleared your browser history after disabling script?
Hi Ravi,
I have found the javascript which are updating the fields and also I have Business rule on those fields. But what changes I need to make to resolve it?
review the field you get in console, try to find javascript, business rule etc which involves those field.
Thanks Flydancer. I can see multiple fields now. But not sure how to resolve this issue.
I do not understand why this is happening only with the records which are created using data import.
Open the form where the unsaved changes are, Press F12, search for "Console" and enter it there
Hi Flydancer,
I am sorry but I am not aware how to use browser console. Could you please guide me?
Thanks
Hi Amrita,
enter the following line in your browser console to see which fields are "dirty" and causing the unsaved changes status:
frames[0].Xrm.Page.data.entity.getDataXml();
It should help you to identify the reason.
Are you getting same behavior for different entity as well ? If not then there should have some JS or BR running in the form onload event.
In addition clear browser cache , temp file and relogin , also try with different browser .
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,188 Super User 2024 Season 2
Martin Dráb 230,030 Most Valuable Professional
nmaenpaa 101,156