Skip to main content
Nintex Community Menu Bar

Ninex Form 2010: issue with validation rule

  • April 5, 2016
  • 6 replies
  • 27 views

Forum|alt.badge.img+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

Forum|alt.badge.img+11
  • Nintex Partner
  • April 5, 2016

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


Forum|alt.badge.img+5
  • Author
  • April 5, 2016

182251_pastedImage_0.png

^ This is the validation rule.​


Forum|alt.badge.img+11
  • Nintex Partner
  • April 5, 2016

What kind of fields are the two controls?


Forum|alt.badge.img+5
  • Author
  • April 5, 2016

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


Forum|alt.badge.img+11
  • Nintex Partner
  • April 5, 2016

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..


Forum|alt.badge.img+5
  • Author
  • April 5, 2016

Thanks for the info.