Wrong rounding of decimal rollup field
If you set a decimal rollup field with precision of 0 to sum up decimal fields with precision of 1 (or another), the rounding is done before summing up and that is a big problem.
It does SUM(ROUND(x)) instead of ROUND(SUM(x)).
We have plenty of scenarios, where we don’t need such...
Confusing view of activity attendees on forms
Activity parties shown on form (To field of phone call or email; attendees fields of appointment etc.) are displayed with bigger space between first name and last name of every attendee than the spaces between whole attendees are.
We use fullname format: Lastname, firstname
List...
Time difference function in calculated field (Timer in view)
We would like to have the Timer functionality (even simpler) in a view. The reason is clear. It is nice to see it on a form, but the overall view of more records (e.g. Incidents) is needed as well. As only fields can be in views, it could be solved by adding more functions available to calcula...
Window title for SiteMap SubArea with iframe
The Page/Window/Document title (visible in the tab heading) changes according to the current location (grid or form; entity and/or record name). However, there is no customized title (just “Microsoft Dynamics CRM” displayed) for a SiteMap item displaying a WebResource/iframe. There should be t...
Close form button must be clicked twice
There is a new close-button (cross icon) in CRM 2016 on the very top right part of every form. But it has to be clicked twice to take effect.
Xrm.Page.data.refresh should refresh roll-up fields
Rollup fields should be refreshed by Xrm.Page.data.refresh method, otherwise the method does not make sense. I mean refreshed/reloaded, not recalculated. Recalculation is done by plugin, it Is ok. But then, it is impossible to show the value without refreshing whole window.
