Ninex Form 2010: issue with validation rule


Badge +5

Hi,

I have applied validation rule to a field. It is checking whether this field is empty or not. But, when I click on submit button I still get the red error message even after filling that field. Can anyone help me resolve this issue?

Thanks & Regards,

Korak


6 replies

Userlevel 4
Badge +11

Hi,

Could you share with us a screenshot of your validation rule? Have you used the named control in the rule instead of the item property?

Giacomo

Badge +5

182251_pastedImage_0.png

^ This is the validation rule.​

Userlevel 4
Badge +11

What kind of fields are the two controls?

Badge +5

The control on which the rule is applied is a managed metadata field. The field in the OR condition is a choice field.

Userlevel 4
Badge +11

Unfortunately I don't think that currently the isNullOrEmpty function currently support Managed Metadata field..I think you have to write your own function to check if that field is empty or not..

Badge +5

Thanks for the info.

Reply