Skip to main content

I've a text field in Nintex forms called "Termin".

I want that user is not possible to save date, when in the "Termin"-field is a date which differs less than five days from the current date.

I tried it with

Wenn(DatumDiffTage(zuDatumKonvertieren(Termin)),Datum()<=5))

BUT it doesn't work.

How can I fix it?

THANKS!!!

Best wishes,

Jacob

Hi,

I'm able to do what you want by putting a validation rule on a field:

dateTest is the named control of my text field and Current Date is the reference from common tab..

I have the function in English but I think that you will be able to find the equivalent ones translated in German

Giacomo


Take a look at this >>>  


Reply