Hi there,
I have a new problem with business rules in Dynamics 365 Version 1612(8.2.0.749).
Since we did update to the latest version some realy basic business rules create problem, which weren't there before.
What we do is this:
We have a business rule which checks if a "date" field has a value, and if it is less then another date field (datefield2).
If this is the case -> Show Error Message.
This works fine so far.
BUT: The error message never disappears if the value is empty, or greater then the other field, no matter what you put into it, just no reaction.
I tried two thinks which had a interessting result:
1. I entered some false stuff into my date field - which causes the default validation of the date field to Show an field error ("no valid date" - or something like that), if i enter a valid date, which is greater than the datefield2 no more error message is shown.
2. If I Show an other error message in the "else - path" in my Business rule this one is "shown" for correct values, which means, that the "query" is correct...
Did microsoft deployed some errors in this latest Version? In Javascript the function "ClearNotifications()" doesn't seem to work anymore aswell.