I am trying to prevent saving the Lead if the Age is less than 62
I was using the Dynamic Logic on the Age field that is calculating the date
i didn't see a way on the Date field to validate a date for 62 years backwards from today,
ideas? use a different approach?
I was using the Dynamic Logic on the Age field that is calculating the date
- cAge = datetime\diff(datetime\now(), cDOBYounger, 'years');
i didn't see a way on the Date field to validate a date for 62 years backwards from today,
ideas? use a different approach?

Comment