SmartDate Validation/Formatting #4186
Unanswered
Chicagoan2016
asked this question in
Questions
Replies: 1 comment 6 replies
-
Is it possible that the existing value equals the new value? Not that they are the same object - but I think |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
A strange error is being reported in one of our applications.
We have a SmartDate property in our business object. From the Formatting code in our UI if the user doesn't enter any date we set the SmartDate property in our object to 'new SmartDate(true)'.
We have added a business rule to check if SmartDate is empty but when I debug the business rule's Execute method is never called. Although I could see the debugger is hitting this line.
set { SetProperty(DateOrderedProperty, value) of our SmartDate read/write property.
Any ideas?
Kind Regards
Beta Was this translation helpful? Give feedback.
All reactions