Hi Team,
we are getting "do you want to save changes" when opening a record from custom page(designed similar to advanced search).
This is occurring because we are navigating forms in javascript based on some condition.I have checked any dirty fields on the form but not any. There is only one business rule for that entity(contact) and all the roles have read privilege on that entity.
Please note that this is occurring only for specific roles. Please help
*This post is locked for comments
I have found the root cause. this is not because of business rule. There is a readonly boolean field in a quick form which is getting dirty.
This is happening because it has false value but crm is comparing null(because its read only locked) to false and returning isdirty .Removing it as readonly solved the issue.
Usually the error goes off after disabling the Biz Rule, did you save and publish and refresh the page? Is there any other scripts running in that form? Is there any Field Security configured for any of the entity field?
This is occurring even after disabling all business rules. Can you please help
I have disabled al business rule but the same issue occurred. Can you please suggest
I have faced a similar issue in the past, and isolated the issue was caused by business rules running under the entity. As soon as I disable the Biz rules the form not saved error vanished.
You can take 2 approach here to see if it provides a solution.
1. Split the biz rule into 2 for each condition and check
2. Use a different condition. e.g. If firstname and lastname contains data then lock etc..
Hi Goutham,
I think I saw something similar and, in my case, I had those links formed incorrectly (I don't remember right now what it was.. either formid was missing or something else). Anyway, it's probably worth trying: did you check if the links you are using are identical to the links which are provided by CRM (through email a link option, for example)?
If the same user who is having this problem tries two different links: one from "email a link" and another one from your javascript, will they see this problem in both cases?
every role has append, appendto also in contact. Please help
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,253 Super User 2024 Season 2
Martin Dráb 230,188 Most Valuable Professional
nmaenpaa 101,156