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 stange problems, 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 onto the field.
This works fine so far.
BUT: The error message never disappears if the value is set to an empty value, or value greater then the other field, though the businessrule should remove the error message...
I tried two things which had a interessting result:
1. I entered some false values ('abc' or '999') 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 after this, no more error message is shown.
2. If I change my business rule and show an error message in the "else - path" in my business rule (where usually there should be none) 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.