Solved

VERY Simple formatting rule will not work

  • 12 December 2017
  • 3 replies
  • 25 views

Badge +3

I have this rule

NeworExisting=="New" on my form and if it is TRUE it should disable the control.  It doesn't work. I use this on multiple other forms and works fine.  Is this a bug? 

 

I assume rules are evaluated on the form so it should not matter if Nintex's services are up or not correct.

 

 

Any help with this infuriating issue would be great

icon

Best answer by doland 12 December 2017, 17:02

View original

3 replies

Userlevel 6
Badge +12

Damien Dolan‌ - 

This should work for you. Is NeworExisiting actually equal to "New"? Try outputting the control to a calculated value control to ensure that it is.

Here is what I see:

Badge +3

I just figured it out.  Using the browsers Developer Console I was able to see that I had some odd Java script errors with certain controls.  Removed the controls and re added them.  I had three errors that all said ';' was missing.  It was guess work for which controls because they are identified by GUID's (I think?) . It's working as expected now.  Thanks for the reply though!!

Userlevel 6
Badge +12

Glad you got it working!

Reply