I just updated D365 CRM on-prem to Update 8.2.2 and I just found there is a bug with the rollup field.
This is what their update promised to do.. and we didn't even have this issue in 8.2.1.
Its a disaster to our existing customization. Others be cautious with this update.
*This post is locked for comments
Yes, updated many of our customer's on-premises instances immediately after the update 8.2.3 was made public. Guess we can close this topic as resolved.
Confirmed - we updated to 8.2.3 several weeks ago and it resolved the issue. Thanks!
Hi,
This problem is solved with version 8.2.3
Hope this helps!
Did you ever receive a fix for this or resolution in a subsequent MS update? We are experiencing the same issue in 8.2.2.
Thanks!
Hi Oswin,
That script is not working on this rollup field. It works for other common fields. MS has to give an hotfix.
Regards
KK
Hi Karunakaran,
For some reason the 8.2.2 update does not honor the lock/unlock state of a rollup field or calculated attribute. Since these fields cannot be used in business rules AFAIK, the first best solution I could find was using Javascript. In my case the following code (added onLoad of each form) did the trick:
function RollupFix() {
setTimeout(function () {
Xrm.Page.getControl("FIELDNAME").setDisabled(0);
Xrm.Page.getControl("FIELDNAME").setDisabled(1);
}, 500);
}
Let me know if it helps in your case!
Judy, the issue here is when I click the 'Recalculate' button the field becomes like a 'free text' field, I can enter any value in it. Usually rollup field is a readonly field, has a lock icon in front. The bug allows user to enter any data they want. This is happening specifically if its a currency field. The field itself is working fine in terms of calculating the child record values.
In the second screenshot, MS indicated they have fixed bugs related to rollup field in Update 8.2.2. Apparently introducing new.
Hi,
The solution in the following article may work for you.
https://community.dynamics.com/enterprise/f/759/t/247013
Best Regards,
Judy
Mohamed Amine Mahmoudi
83
Super User 2025 Season 1
Community Member
54
Victor Onyebuchi
6