Skip to main content
Nintex Community Menu Bar

Date Validation current date or created + 90 day, bevor or 91 days after not allowed

  • September 12, 2019
  • 2 replies
  • 32 views

Forum|alt.badge.img+1

Dear Community,

 

i am having a hard time figuring this out.

i have a responsive nintex form with a Date field and this need to be validatied.

Allowed: Dates > created but not more than 90 days

 

hope someone can help us out on that one.

 

Thank you all in advance

 

Daniele

2 replies

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • September 13, 2019

Hi,

 

Add the following rule to your DateControl:

greaterThan(DateControl,dateAddDays(Current Date,90))

DateControl is a Named control reference and Current Date is a Common Property reference.

You can unzip and import the attached form into your forms designer if you would like to test this for yourself.


Forum|alt.badge.img+1
  • Author
  • September 13, 2019

Greatly appreciate your kind and very fast answer.