Skip to main content

In NAC, I know that I can run a submission rule to validate/invalidate a date field's value.  But how can I do date validation prior to submission?  Ideally right after a value is entered into the field.

Hi @TravisM 

 

for complex validation it can be done using a variable to define the rule returning true or false value then a rule to show a message of some kind. 
 

if it is a date only value without time you could use a text control with regex for good validation. 
 

what kind of rules do you need? 
 

Jake


Hi @TravisM 
Have you solved your question?


Reply