You've been invited into the Kudos (beta program) private group. Chat with others in the program, or give feedback to Atlassian.
View groupJoin the community to find out what other Atlassian users are discussing, debating and creating.
HI folks, hope all is well.
I am building a confiform intake, and one of the fields definitions i am using is a date, Field name is RDD.
Is there an opportunity to add a rule, and what would that rule look like, to limit someone from picking a date in the past and restrict them from picking a date that is less than 7 days in the future?
Thanks so much
Absolutely
Just add a ConfiForms Field Definition Rule with validate action
Condition is set to
mydate:<=[yesterday] OR mydate:>[today]+7
Based on shortcut functions we can use for dates in filters: https://wiki.vertuna.com/display/CONFIFORMS/ConfiForms+Filters
Thanks Alex,
This field isn't always required, but when it is the date must follow that logic. Is there anyway to accommodate that? With the logic provided, it appears to work but makes the field mandatory.
Thanks in advance.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Well, change the condition to handle that... into something like this may be:
(!mydate:[empty]) AND (mydate:<=[yesterday] OR mydate:>[today]+7)
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.
Hi Community! We're thrilled to share that Team Calendars for Confluence is now a built-in feature for Confluence Data Center releases 7.11 and beyond. A long time favorite, Team Cale...
Connect with like-minded Atlassian users at free events near you!
Find an eventConnect with like-minded Atlassian users at free events near you!
Unfortunately there are no Community Events near you at the moment.
Host an eventYou're one step closer to meeting fellow Atlassian users at your local event. Learn more about Community Events
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.