Question
IsFutureDate Edit Validate rule running in Read Only.
We have date fields where we have added the edit validate rule IsFutureDate to require that the date entered is in the future. The problem we saw with this is that the validation would run when viewing that date in the future in read only.
Ex. Today is Jan. 1, we select Jan 5 as the value. On Jan 6, if we viewed this field in read only, the IsFutureDate will run giving us the error that Jan 5 is in past.
To Overcome this we have had to remove all IsFutureDate validations and them validate the field on the post-process. Is there a way to get the Edit Validate to work only when it should, during edit mode?
Thanks!
***Updated by moderator: Lochan to update platform capability***
Can you share more details of your setup? It is my understanding that edit validate should not fire against read only fields, unless you went out of your way to force validation.