Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
First, this type of validations is obsolete and not recommended, I recommend you use validation maps
We have some code in place to try to respect the backwards compatibility of typeofdata
The syntax is: "validate the field that has this typeofdata, comparing it with this OTHer field, with this operator (GE) and show this label translated if it doesn't pass"
So, the answer to your question is: Yes, they are the OTHer field we are comparing with
Joe
TSolucio
Posts: 855
Threads: 238
Joined: Nov 2015
Reputation:
96
Aah, that makes sense. Well yes I use validation maps all the time but when creating a new module it's real easy to just implement this validation method, in this case when you want one datefield to be after another.
Posts: 3,565
Threads: 36
Joined: Apr 2014
Reputation:
49
I understand. You can use it, it should work and, as you know, I like backwards compatibility
Joe
TSolucio