Hi All,
I am getting unsaved changes on the lead form I have checked with below code to get dirty fields
Xrm.Page.data.entity.getDataXml();
And Got <lead><new_lead_status1>799240001</new_lead_status1></lead>'
When i have checked script there we are setting this field value on chnge of other field & on load, on save also.
What could be the solution we can do so that these unsaved changes could go away.

Thanks,
Jharana