Hi folks, hope all are well.
Within my Confiform intake, I have a date field that if folks do not use the date picker and add a date manually in the wrong format, upon creating the JIRA the date defaults to Dec 31, 1969.
I have tried to add a rule to prevent this from happening, although unsuccessfully.
Any thoughts on how I can force the user to use the selector or ensure if they add the date manually they enter in the expected format?
Thanks in advance
You can set up a rule to validate that the date given (it's timestamp) is after some certain date
This tutorial shows how to compare the dates, but your use case is even simple, as you need to check against some numeric value (you decide what is teh minimal date you can accept and convert it to a timestamp to compare against)
https://wiki.vertuna.com/display/CONFIFORMS/Conditional+validation+rules+and+date+fileds
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Gonchik
I saw that post actually, but similar to that person I am not able to get that to work.
Are you able to help me understand what my rule might look like to force the date to be greater than 0?
Thanks
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.