I have a Date field in our system, and Users just cannot get the date right... which 90% of the time should be Todays' date. But the other 10%... could be any date.
I would love to create a pop-up alert to warn Users that their date may be incorrect on change of this field.
Basically, if "Date_of_Service" <> Today(), create an Alert "The Date you entered is not Today's Date. Please confirm."
But I don't want to do this On Save, because they still need the option to change or keep that value prior to saving.
My other question is if I need to take into consideration the UTC time of "Today" in Dynamics. So if my User is in the East Coast or Hawaii, how do I determine "Today" as local?
Thanks in advance!